mcp-mcp
Created 4 months ago
MCP-MCP is a Meta-MCP Server that helps discover and provision other MCP servers.
development
documentation
public
MCP
AI
What is mcp-mcp?
Meta-MCP Server that acts as a tool discovery service for MCP clients.
Documentation
MCP-MCP Documentation
Overview
MCP-MCP is a Meta-MCP Server that acts as a tool discovery and provisioning service for the Model Context Protocol (MCP).
Quick Start# 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
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"
Development# Prerequisites
- Python 3.13+
- uv package manager
Setup
git clone https://github.com/your-username/mcp-mcp.git
cd mcp-mcp\n\n# Install dependencies
uv sync\n\n# Run the server
uv run main.py
License
This project is licensed under the MIT License.
Server Config
{
"mcpServers": {
"mcp-mcp-server": {
"command": "npx",
"args": [
"mcp-mcp"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 07, 2025
Updated At:
Aug 07, 2025
Author:
Wojtyniak
Category:
community
License:
MIT
Tags:
development
documentation
public