sparfenyuk/mcp-proxy
#420 of 783 by Stars among GitHub repos
A bridge between Streamable HTTP and stdio MCP transports
About
The mcp-proxy is a tool that lets you switch between server transports. There are two supported modes:
Run a proxy server from stdio that connects to a remote SSE server.
This mode allows clients like Claude Desktop to communicate to a remote server over SSE even though it is not supported natively.
This mode requires providing the URL of the MCP Server's SSE endpoint as the program’s first argument. If the server uses Streamable HTTP transport, make sure to enforce it on the mcp-proxy side by passing --transport=streamablehttp.
mcp-proxy is supposed to be started by the MCP Client, so the configuration must be done accordingly.
For Claude Desktop, the configuration entry can look like…
Excerpted from github.com/sparfenyuk/mcp-proxy
Latest metrics
| Stars | 2.7k | 2026-07-16 |
|---|---|---|
| Forks | 243 | 2026-07-16 |
| Commits | 115 | 2026-07-16 |
| Releases | 18 | 2026-07-16 |
| Watchers | 14 | 2026-07-16 |
| Open issues | 38 | 2026-07-16 |
| Open PRs | 14 | 2026-07-16 |