npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@quicknode/mcp

v0.1.2

Published

MCP Server for building web3 infrastructure with Quicknode, leading Web3 infrastructure provider

Readme

Quicknode MCP Server

🚀 The official Model Context Protocol (MCP) server for Quicknode

Unleash the power of blockchain infrastructure from your AI workflows


🌟 What is Quicknode MCP?

Quicknode MCP Server brings the power of Quicknode's blockchain infrastructure directly to your AI assistant. With this MCP server, you can:

  • 🔧 Set up and configure Quicknode endpoints and infra across multiple networks
  • 📊 Monitor endpoint usage and billing information
  • ⚡ Manage your Quicknode infrastructure through natural language
  • 🛠️ Unlock blockchain operations by provisioning the infrastructure you need

Built by the team at Quicknode, 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.


🚀 Getting Started

Add to your config on your claude_desktop_config.json, Cursor's mcp.json or alike

{
  "mcpServers": {
    "quicknode-mcp": {
      "command": "npx",
      "args": ["-y", "@quicknode/mcp"],
      "env": {
        "QUICKNODE_API_KEY": "<replace-with-qn-token>"
      }
    }
  }
}

Replace <qn-token> with a Quicknode API token. Can be created on the Quicknode dashboard


📋 Notes

This MCP server requires Node.js 18.18.0 or higher.

Installing Node.js

If you don't have Node.js installed or need to upgrade:

Download from nodejs.org

  • Visit nodejs.org
  • Download and install the LTS version (recommended)

Verify your installation:

node --version  # Should show v18.18.0 or higher
npm --version   # Should show npm version

🛠️ Development Guide

How to run locally

To run from local repo, put this server config on your claude_desktop_config.json, Cursor's mcp.json or alike

{
  "mcpServers": {
    "quicknode-mcp": {
      "command": "<absolute-path-to-repo>/qn-mcp/dist/index.js",
      "env": {
        "QUICKNODE_API_KEY": "<replace-with-qn-token>"
      }
    }
  }
}

To install dependencies

pnpm i

and kickstart the build with

pnpm build

can also run with watch mode

pnpm watch

Then restart Claude/reload Cursor config or similar, you should see resources/tools get picked up by the chat client.


💬 Feedback & Support

We'd love to hear from you! If you have questions, suggestions, or run into any issues:

Your feedback helps us make Quicknode even better! 🚀