MCP-MCP: Meta-MCP Server
MCP-MCP is a Meta-MCP Server that acts as a tool discovery and provisioning service for the Model Context Protocol (MCP). When an AI assistant needs a capability that isn't currently available, it can ask MCP-MCP to discover and suggest appropriate MCP servers from a comprehensive database of over a thousand servers aggregated from multiple curated sources.
Think of it as a "phone book" for MCP servers - one tool to find all other tools.
🗃️ 1,500+ MCP Servers Available
MCP-MCP provides access to a comprehensive database aggregated from multiple curated sources, including:
- Official MCP Servers (modelcontextprotocol/servers)
- Community Collections (Punkpeye & Appcypher awesome lists)
- Intelligent Deduplication ensures no duplicates across sources
The database is automatically updated every 3 hours with the latest servers from the community.
Motivation
Agents Just Wanna Have Tools
- Agents know what they need: AI assistants can clearly articulate requirements like "check domain availability" or "get weather data"
- Web search isn't always enough: Generic search results don't always provide realtime data
- CLI tools require setup: Many tools need complex installation, configuration, and API keys - agents have to repeat this setup every single time they need to complete a task
- MCP servers are scattered: Great tools exist but discovering them requires manual research across GitHub, forums, and documentation
Why make agents (and users) hunt for tools when we can bring the tools to them?
Quick Start
Claude Desktop Configuration
Add MCP-MCP to your Claude Desktop configuration file:
Configuration File Location:
- macOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Configuration:
Alternative with pipx:
Claude Code Configuration
Add MCP-MCP to your Claude Code configuration file:
Usage Examples
Once configured, you can ask Claude Desktop to discover MCP servers using natural language:
- "Find me an MCP server for weather data"
- "I need a server for checking domain availability"
- "Search for MCP servers related to stock market data"
- "What MCP servers are available for web scraping?"
Development
Prerequisites
- Python 3.13+
- uv package manager
- direnv (optional, for automatic environment setup)
- just (optional, for convenient development commands)
Setup
Install via uvx (for testing)
For testing the installed package:
This installs and runs the MCP-MCP server directly via uvx.
Development Commands (with justfile)
This project includes a justfile
for common development tasks:
Development Mode
For development and testing, use HTTP transport (easier to stop with Ctrl+C):
Building
Command Line Options
Option | Description | Default |
---|---|---|
--transport {stdio,http} | Transport method | stdio |
--http | Use HTTP transport | - |
--host HOST | Host for HTTP transport | localhost |
--port PORT | Port for HTTP transport | 8000 |
Testing
Test Structure:
- Unit Tests: Located in
db/
alongside the code they test (Go-style) - Integration/E2E Tests: Located in
tests/
directory
Integration Tests: Set MCP_MCP_TEST_GITHUB_INTEGRATION=1
to test real GitHub downloads and verify the complete first-user onboarding experience. These tests ensure users get fast startup (< 5 seconds) with 1,500+ servers.
Roadmap
Current Status: MVP Complete ✅
- ✅ Multi-source discovery (3 curated sources, 1,500+ unique servers)
- ✅ Semantic search with precomputed embeddings for sub-second response
- ✅ Production distribution via uvx/pipx with automated releases
- ✅ Security hardened with origin validation middleware
- ✅ Comprehensive test coverage (65+ tests)
- ✅ Complete documentation and development workflow
Future Enhancements (Beyond MVP)
- Docker integration for automatic server containerization
- MCP protocol proxy for seamless server execution
- GitHub API integration for live server discovery
- Server lifecycle management and cleanup
- Private registry support
- Dependency resolution
- Performance monitoring
- Web UI for server management
Contributing
We welcome contributions! Please see our development setup and:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Development Guidelines
- Follow Python 3.13+ best practices
- Add tests for new functionality
- Update documentation as needed
- Use semantic commit messages
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Model Context Protocol team at Anthropic
- Open source MCP server maintainers and contributors
- MCP Server Lists:
Made with ❤️ for the MCP ecosystem
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Meta-MCP Server that acts as a tool discovery service, helping AI assistants find appropriate MCP servers from a database of 800+ servers when they need capabilities that aren't currently available.
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.Last updated -9PythonMIT License
- AsecurityAlicenseAqualityEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.Last updated -4283JavaScriptAGPL 3.0
- -securityFlicense-qualityAn intelligent server that helps discover and research MCP servers using the Exa AI search engine, enabling users to find appropriate Model Context Protocol servers for specific requirements.Last updated -3Python
- AsecurityAlicenseAqualityA meta-MCP server that manages and aggregates other MCP servers, enabling LLMs to dynamically extend their own capabilities by searching for, adding, and configuring tool servers.Last updated -124PythonAGPL 3.0