{"id":47157524,"url":"https://github.com/quiknode-labs/qn-mcp","last_synced_at":"2026-03-13T02:31:04.329Z","repository":{"id":338715988,"uuid":"978350248","full_name":"quiknode-labs/qn-mcp","owner":"quiknode-labs","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-25T16:45:06.000Z","size":120,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-06T21:51:31.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quiknode-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-05T21:10:21.000Z","updated_at":"2026-03-04T21:44:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quiknode-labs/qn-mcp","commit_stats":null,"previous_names":["quiknode-labs/qn-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/quiknode-labs/qn-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiknode-labs%2Fqn-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiknode-labs%2Fqn-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiknode-labs%2Fqn-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiknode-labs%2Fqn-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiknode-labs","download_url":"https://codeload.github.com/quiknode-labs/qn-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiknode-labs%2Fqn-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30455766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T02:22:12.178Z","status":"ssl_error","status_checked_at":"2026-03-13T02:06:49.475Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-13T02:31:03.684Z","updated_at":"2026-03-13T02:31:04.312Z","avatar_url":"https://github.com/quiknode-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quicknode MCP Server\n\n\u003e **🚀 The official Model Context Protocol (MCP) server for Quicknode**\n\u003e\n\u003e Unleash the power of blockchain infrastructure from your AI workflows\n\n---\n\n## 🌟 What is Quicknode MCP?\n\nQuicknode MCP Server brings the power of Quicknode's blockchain infrastructure directly to your AI assistant. With this MCP server, you can:\n\n- **🔧 Set up and configure** Quicknode endpoints and infra across multiple networks\n- **📊 Monitor endpoint usage** and billing information\n- **⚡ Manage your Quicknode infrastructure** through natural language\n- **🛠️ Unlock blockchain operations** by provisioning the infrastructure you need\n\nBuilt by the team at [Quicknode](http://quicknode.com/), we're trailblazers in blockchain and web3 technology, tirelessly working to simplify blockchain infrastructure. Our combined passion, ingenuity, and dedication pave the way for seamless, high-performance API access across multiple platforms, shaping the future of digital interactions.\n\n---\n\n## 🚀 Getting Started\n\nAdd to your config on your `claude_desktop_config.json`, Cursor's `mcp.json` or alike\n\n```json\n{\n  \"mcpServers\": {\n    \"quicknode-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@quicknode/mcp\"],\n      \"env\": {\n        \"QUICKNODE_API_KEY\": \"\u003creplace-with-qn-token\u003e\"\n      }\n    }\n  }\n}\n```\n\nReplace `\u003cqn-token\u003e` with a Quicknode API token. Can be created on the [Quicknode dashboard](https://dashboard.quicknode.com/api-keys)\n\n---\n\n## 📋 Notes\n\nThis MCP server requires **Node.js 18.18.0 or higher**.\n\n### Installing Node.js\n\nIf you don't have Node.js installed or need to upgrade:\n\n**Download from nodejs.org**\n\n- Visit [nodejs.org](https://nodejs.org/)\n- Download and install the LTS version (recommended)\n\n**Verify your installation:**\n\n```bash\nnode --version  # Should show v18.18.0 or higher\nnpm --version   # Should show npm version\n```\n\n---\n\n## 🛠️ Development Guide\n\n### How to run locally\n\nTo run from local repo, put this server config on your `claude_desktop_config.json`, Cursor's `mcp.json` or alike\n\n```json\n{\n  \"mcpServers\": {\n    \"quicknode-mcp\": {\n      \"command\": \"\u003cabsolute-path-to-repo\u003e/qn-mcp/dist/index.js\",\n      \"env\": {\n        \"QUICKNODE_API_KEY\": \"\u003creplace-with-qn-token\u003e\"\n      }\n    }\n  }\n}\n```\n\nTo install dependencies\n\n```bash\npnpm i\n```\n\nand kickstart the build with\n\n```bash\npnpm build\n```\n\ncan also run with watch mode\n\n```bash\npnpm watch\n```\n\nThen restart Claude/reload Cursor config or similar, you should see resources/tools get picked up by the chat client.\n\n---\n\n## 💬 Feedback \u0026 Support\n\nWe'd love to hear from you! If you have questions, suggestions, or run into any issues:\n\n- 📧 **Email us:** [devex@quicknode.com](mailto:devex@quicknode.com)\n- 🆘 **General support:** [Quicknode Support](https://support.quicknode.com/)\n\nYour feedback helps us make Quicknode even better! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiknode-labs%2Fqn-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiknode-labs%2Fqn-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiknode-labs%2Fqn-mcp/lists"}