mcp-registry-mcp-server
A Model Context Protocol (MCP) server that provides tools to query the official MCP Registry.
README
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
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 new MCP servers have recently been released?"
- "Search for filesystem-related MCP servers"
- "Show me the latest version of the github-mcp-server"
- "Get details about the Chrome DevTools 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
- Node.js 18.0.0 or higher
- MCP Client - Any application that supports MCP:
🤝 Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
📖 Documentation
- API Reference - Detailed API documentation
- MCP Registry - Official registry website
📄 License
MIT License - See LICENSE for details
🔗 Resources
- npm Package: https://www.npmjs.com/package/mcp-registry-mcp-server
- GitHub Repository: https://github.com/wei/mcp-registry-mcp-server
- MCP Registry API: https://registry.modelcontextprotocol.io/docs
- MCP Documentation: https://modelcontextprotocol.io
- Report Issues: https://github.com/wei/mcp-registry-mcp-server/issues
Made with ❤️ by @wei
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.