mcprouter MCP Server
@MCP-Mirror
mcprouter MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"mcprouter"
],
"env": {
"SERVER_KEY": "xxx"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcprouter?
mcprouter is a proxy that connects to remote MCP (Model Context Protocol) servers. It is designed for users who want to host MCP servers on MCP.so and access them through a local proxy in any MCP client.
How to use mcprouter?
Obtain a server key from MCP.so by selecting a hosting server and clicking Connect. Then configure your MCP client (e.g., Claude Desktop) with the command npx -y mcprouter and the environment variable SERVER_KEY set to your key. Alternatively, build the server from source using npm run build and point to the built index.js.
Key features of mcprouter
- Acts as a proxy for remote MCP servers.
- Uses a server key generated from MCP.so.
- Runs via npx without permanent installation.
- Works with any MCP client, including Claude Desktop.
- Supports debugging with the MCP Inspector.
Use cases of mcprouter
- Connect to a remote MCP server hosted on MCP.so.
- Access MCP tools without running servers locally.
- Develop and test a proxy setup using the built-in inspector.
FAQ from mcprouter
What is the purpose of mcprouter?
It proxies connections to remote MCP servers, allowing clients to interact with them as if they were local.
How do I get a server key?
Go to MCP.so, select a hosting server, and click Connect to generate your exclusive server_key.
What environment variable is required?
The SERVER_KEY environment variable must contain the server key obtained from MCP.so.
How can I debug mcprouter?
After building the server, run npm run inspector to launch the MCP Inspector, which provides a URL for debugging tools.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント