
MCP Server Router
by chatmcp
Proxy for remote MCP servers, enabling secure connection to hosted MCP services via a server key.
What it does
This server acts as a proxy for remote MCP servers, allowing AI clients to connect to MCP services hosted externally (e.g., via MCP.so) using a secure server key.
Tools
remote-proxy: Routes MCP requests to a specified remote server based on the provided SERVER_KEY.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcprouter": {
"command": "npx",
"args": ["-y", "mcprouter"],
"env": {
"SERVER_KEY": "your_server_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y mcprouterInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






