MCP.so
Sign In

mcprouter MCP Server

@chatmcp

About mcprouter MCP Server

mcprouter for remote mcp servers

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

chatmcp

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "-y",
        "mcprouter"
      ],
      "env": {
        "SERVER_KEY": "xxx"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcprouter MCP Server?

mcprouter MCP Server is a proxy for remote MCP servers. It lets you connect to hosted MCP services by using a server key generated from the MCP.so platform.

How to use mcprouter MCP Server?

Install via npx -y mcprouter or build from source with npm install && npm run build. In any MCP client (e.g., Claude Desktop), add a server configuration with the SERVER_KEY environment variable set to your key.

Key features of mcprouter MCP Server

  • Acts as a proxy for remote MCP servers
  • Uses server keys obtained from MCP.so
  • Works with any MCP client (Claude Desktop shown)
  • Simple setup via one-line npx command
  • Supports debugging with MCP Inspector

Use cases of mcprouter MCP Server

  • Connect to a hosted MCP server from a local MCP client
  • Use remote MCP services in Claude Desktop without managing the server locally
  • Rapidly test or switch between different remote MCP servers using server keys

FAQ from mcprouter MCP Server

What does mcprouter MCP Server do?

It proxies requests to a remote MCP server, allowing your local MCP client to communicate with a server hosted elsewhere.

How do I get a server key for mcprouter MCP Server?

Go to MCP.so, select a hosting server, and click Connect to generate your exclusive server_key.

How do I configure mcprouter MCP Server in Claude Desktop?

Add a JSON entry to your claude_desktop_config.json with command: "npx", args: ["-y", "mcprouter"], and env: { "SERVER_KEY": "xxx" }.

How can I debug mcprouter MCP Server?

Use the MCP Inspector by running npm run inspector from the project directory. It provides a URL with debugging tools.

What are the dependencies for mcprouter MCP Server?

Node.js and npm are needed to run via npx or to build from source. No other runtime dependencies are listed.

Comments

More Other MCP servers