MCP Gateway, Server, and Client
@boilingdata
MCP Gateway, Server, and Client について
An MCP stdio to HTTP SSE transport gateway with example server and MCP client
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-and-gw": {
"command": "npx",
"args": [
"mcp-server-and-gw",
"http://localhost:8808/"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Gateway, Server, and Client?
A bridge that converts MCP’s stdio transport to HTTP Server-Sent Events (SSE), enabling Claude Desktop (which only supports stdio) to connect to remote MCP servers. Aimed at developers building or testing MCP-based tools and resources.
How to use MCP Gateway, Server, and Client?
Install globally with npm install -g mcp-server-and-gw or run directly via npx mcp-server-and-gw http://localhost:8808/. Configure Claude Desktop by adding an entry to claude_desktop_config.json that calls the gateway with the remote server’s URL. Start your own SSE server on the specified port.
Key features of MCP Gateway, Server, and Client
- Bridges stdio to HTTP SSE transport for MCP.
- Includes example server and client implementations.
- Works with MCP Inspector for testing and debugging.
- Allows independent SSE server development.
Use cases of MCP Gateway, Server, and Client
- Connect a remote MCP server to Claude Desktop.
- Develop and test MCP SSE servers without Claude Desktop.
- Use MCP Inspector to verify gateway and server interactions.
FAQ from MCP Gateway, Server, and Client
Why do I need this gateway?
Claude Desktop currently only supports stdio transport. This gateway lets you connect to remote SSE-based MCP servers by bridging the two transports.
How do I install and run the gateway?
Install via npm globally or run with npx: npx mcp-server-and-gw http://localhost:8808/. You can also use environment variables MCP_HOST and MCP_PORT.
What are the runtime requirements?
Node.js is required. The gateway script is JavaScript, but your own MCP server can be written in any language.
How do I configure Claude Desktop to use the gateway?
Add an entry to your claude_desktop_config.json with the command npx and arguments ["mcp-server-and-gw", "http://localhost:8808/"]. Ensure npx is in your PATH.
How can I test the gateway and server?
Start the example server on port 8808, then run the gateway with the same URL. You can also use MCP Inspector by running npx @modelcontextprotocol/inspector node ./build/mcp-server-and-gw.js after pointing the inspector at your running server.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント