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 🙏

© 2025 – Pkg Stats / Ryan Hefner

mcp-registry-mcp-server

v1.1.1

Published

MCP server for querying the MCP registry

Downloads

39

Readme

mcp-registry-mcp-server

npm version License: MIT

A Model Context Protocol (MCP) server that provides tools to query the official MCP Registry. This server enables AI assistants and applications to discover, search, and retrieve information about published MCP servers programmatically.

✨ Features

  • 🔍 List Servers: Browse all registered MCP servers with pagination
  • 🔎 Search: Find servers by name with filtering options
  • 📦 Version Management: View all versions of specific servers
  • 📝 Detailed Information: Get comprehensive server details
  • 💚 Health Checks: Monitor registry availability

🚀 Quick Start

Install in VS Code Install in Cursor

Other Clients

Sample configuration (double check the documentation of your MCP client for exact syntax and file locations):

{
  "mcp-registry-mcp-server": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "mcp-registry-mcp-server"]
  }
}

📚 How to Use

Once configured, you can ask your AI assistant natural language questions like:

  • "What MCP servers are available?"
  • "Search for filesystem-related MCP servers"
  • "Show me the latest version of the GitHub MCP server"
  • "Get details about the Slack MCP server"
  • "Is the MCP registry healthy?"

The AI will automatically use the appropriate registry tools to answer your questions.

🛠️ Available Tools

list_servers

Browse all registered MCP servers with optional search and pagination.

Example prompts:

  • "List all MCP servers"
  • "Search for servers related to GitHub"
  • "Show me recently updated servers"

list_server_versions

View all available versions for a specific MCP server.

Example prompts:

  • "What versions are available for the filesystem server?"
  • "Show version history for io.modelcontextprotocol/filesystem"

get_server

Get detailed information about a specific MCP server version.

Example prompts:

  • "Tell me about the latest filesystem server"
  • "Get details for io.modelcontextprotocol/filesystem version 1.0.0"

health_check

Check if the MCP registry is operational.

Example prompts:

  • "Is the MCP registry working?"
  • "Check registry health status"

🔧 Requirements

🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

📖 Documentation

📄 License

MIT License - See LICENSE for details

🔗 Resources


Made with ❤️ by @wei