The MCP Router manages multiple MCP servers, providing a unified interface for AI agents to discover, connect, and interact with various AI services. It exposes endpoints to list available servers, connect to specific servers, and handle requests. The tool integrates with any MCP-compliant server, allowing agents to dynamically access different AI capabilities. Developers use it to organize and streamline interactions with multiple AI services in a single interface.
The MCP Router manages multiple MCP servers, providing a unified interface for AI agents to discover, connect, and interact with various AI services. It exposes endpoints to list available servers, connect to specific servers, and handle requests. The tool integrates with any MCP-compliant server, allowing agents to dynamically access different AI capabilities. Developers use it to organize and streamline interactions with multiple AI services in a single interface.
npx -y mcp-routerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-router-mcp-router-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-router"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp router?"
API Key Required
This server requires an API key from mcp router. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_ROUTER_API_KEY | Yes | Your mcp router API key |
"What resources are available in mcp router?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp router"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp router 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.