MCP Proxy
par sparfenyuk
Bridge between stdio and SSE/StreamableHTTP transports for MCP servers
What it does
MCP Proxy acts as a transport bridge, allowing MCP clients that only support stdio (like Claude Desktop) to communicate with remote MCP servers hosted via SSE or StreamableHTTP. It can also do the reverse, exposing a local stdio server as an SSE endpoint for remote LLM clients.
Tools
As a proxy, it doesn't expose its own functional tools but facilitates the transport of tools from the connected backend server to the client.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "mcp-proxy",
"args": ["http://example.io/sse"],
"env": {
"API_ACCESS_TOKEN": "your-token"
}
}
}
}
Supported hosts
- claude
Installation rapide
uv tool install mcp-proxyInformations
- Tarification
- free
- Publié
- 4/15/2026
- étoiles






