MCP.so
登录
M

Mcp Mcp

@wojtyniak

关于 Mcp Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

wojtyniak

提交者

David Zapateria Masclic

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-mcp": {
      "command": "uvx",
      "args": [
        "mcp-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP-MCP?

MCP-MCP is a Meta-MCP Server that acts as a tool discovery and provisioning service for the Model Context Protocol. It aggregates over 1,969 MCP servers from multiple curated sources, providing AI assistants with a centralized "phone book" to find other MCP servers.

How to use MCP-MCP?

Add MCP-MCP to your MCP client configuration (e.g., Claude Desktop or Claude Code) using uvx or pipx. Once configured, you can ask natural language queries such as "Find me an MCP server for weather data" to discover servers from the aggregated database.

Key features of MCP-MCP

  • Aggregates 1,969+ MCP servers from official and community sources
  • Semantic search with precomputed embeddings for sub-second responses
  • Multi-source discovery with intelligent deduplication
  • Database automatically updated every 3 hours
  • Supports stdio and HTTP transport modes
  • Secure with origin validation middleware

Use cases of MCP-MCP

  • Discover a weather data MCP server for an assistant
  • Find a server for checking domain availability
  • Search for stock market data MCP servers
  • Locate web scraping MCP servers on demand

FAQ from MCP-MCP

How do I install MCP-MCP?

You can install it via uvx (recommended) or pipx. For Claude Desktop, add the configuration shown in the quick start section of the README.

What sources does MCP-MCP aggregate?

It aggregates from Official MCP Servers (modelcontextprotocol/servers) and two community collections: Punkpeye's Awesome MCP Servers and Appcypher's Awesome MCP Servers.

How often is the server database updated?

The database is automatically updated every 3 hours with the latest servers from the community.

What are the runtime requirements?

It requires Python 3.13+ and the uv package manager. It can be run in stdio or HTTP mode.

What transport modes are supported?

MCP-MCP supports both stdio and HTTP transport modes, selectable via command-line options (--transport stdio or --http).

评论

其他 分类下的更多 MCP 服务器