MetaMCP is a proxy server that manages multiple MCP servers. It exposes a unified interface for AI agents to interact with various MCP servers. It connects to other MCP servers via their APIs. Developers use it to centralize and streamline interactions with multiple MCP servers.
MetaMCP is a proxy server that manages multiple MCP servers. It exposes a unified interface for AI agents to interact with various MCP servers. It connects to other MCP servers via their APIs. Developers use it to centralize and streamline interactions with multiple MCP servers.
npx -y @metamcp/mcp-server-metamcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"metatool-ai-mcp-server-metamcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @metamcp/mcp-server-metamcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from metamcp?"
API Key Required
This server requires an API key from metamcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| METAMCP_API_KEY | Yes | Your metamcp API key |
"What resources are available in metamcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in metamcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in metamcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.