Mcp Proxy
Createdsparfenyuk
Facilitates communication between MCP clients and servers by bridging different transport protocols like stdio and SSE.
About
MCP Proxy is a versatile tool designed to bridge communication gaps between MCP clients and servers that utilize different transport protocols. It operates in two primary modes: converting stdio to SSE, enabling clients like Claude Desktop to interact with remote SSE servers, and converting SSE to stdio, allowing remote connections to local stdio servers. This flexibility makes it an essential component for environments requiring seamless integration across diverse MCP architectures.
Key Features
- stdio to SSE proxying for client compatibility
- Environment variable passing to spawned servers
- 224 GitHub stars
- SSE to stdio proxying for remote server access
- Configurable SSE server port and host
- Support for custom headers for SSE connections
Use Cases
- Allowing remote connections to local stdio MCP servers
- Bridging transport protocol differences in MCP server environments
- Enabling Claude Desktop to communicate with remote SSE MCP servers