MCP.so
ログイン

mcprouter MCP Server

@chatmcp

mcprouter MCP Server について

mcprouter for remote mcp servers

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

chatmcp

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ