mcprouter
A proxy for routing requests to remote MCP servers.
mcprouter MCP Server
proxy for remote mcp servers.
Quick Start
- Get Remote MCP Server Key
go to MCP.so, select a hosting server,
click Connect to generate your exclusive server_key.
- Configure MCP Server in any MCP Client
take Claude Desktop for example:
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "mcprouter"],
"env": {
"SERVER_KEY": "xxx"
}
}
}
}
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcprouter": {
"command": "/path/to/mcprouter/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Safe File MCP
A test server demonstrating all features of the MCP protocol, including prompts, tools, resources, and sampling.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.
PermShell MCP
Execute shell commands with permission notifications.
MCP Tools
A collection of MCP servers for growth and analytics, including a server for Google Analytics.
UUIDv7 Generator
A server for generating version 7 universally unique identifiers (UUIDv7).
AWS Nova Canvas
Generate images using Amazon Nova Canvas with text prompts and color guidance.
MCP Agent Orchestration System
A state-based agent orchestration system using the Model Context Protocol (MCP).
FastAPI-MCP
A zero-configuration tool to automatically expose FastAPI endpoints as MCP tools.
Package README Core MCP Server
Automatically detects package managers and routes requests to appropriate MCP servers for unified package documentation access.
JFrog MCP Server
Interact with the JFrog Platform API for repository management, build tracking, and release lifecycle management.