MCP.so
Sign In
M

Mcp Mcp

@wojtyniak

About Mcp Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

wojtyniak

Submitted by

David Zapateria Masclic

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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).

Comments

More Other MCP servers