mcp-server-metamcp
MetaMCP MCP Server is a proxy server that joins multiple MCP servers into one.
MetaMCP MCP Server acts as a central hub for managing multiple MCP servers, allowing users to fetch tool, prompt, and resource configurations seamlessly. It routes requests to the appropriate underlying server, streamlining the interaction with various MCPs. This server is particularly useful for users who need to integrate multiple tools and resources into a single workflow.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-metamcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-metamcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions