Skip to main content
ClaudeWave

A bridge between Streamable HTTP and stdio MCP transports

MCP Servers2.6k stars242 forksPythonMITUpdated 4d ago
Editor's note

mcp-proxy is a Python transport adapter for the Model Context Protocol that converts between stdio, SSE, and Streamable HTTP communication channels. It operates in two directions: it can wrap a stdio-based MCP client like Claude Desktop so it connects outward to a remote SSE or Streamable HTTP server, and it can expose a local stdio MCP server as an SSE endpoint accessible to remote LLM clients. Configuration for Claude Desktop requires only a JSON entry pointing mcp-proxy at the remote SSE URL, with optional Bearer token authentication via the API_ACCESS_TOKEN environment variable or OAuth2 credentials via --client-id, --client-secret, and --token-url flags. The tool also supports named server configurations and can be deployed as a Docker container with Docker Compose. Developers running stdio-only MCP servers who need to expose them over a network, and Claude Desktop users who need to reach remote HTTP-based MCP servers that the client cannot natively address, are the primary beneficiaries. The project is installable via PyPI and has surpassed 2,500 GitHub stars.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · mcp-proxy
Claude Code CLI
claude mcp add mcp-proxy -- uvx mcp-proxy
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-proxy": {
      "command": "uvx",
      "args": ["mcp-proxy"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/sparfenyuk/mcp-proxy and follow its README.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
mcpmcp-serverproxyssestreamable-http

What people ask about mcp-proxy

What is sparfenyuk/mcp-proxy?

+

sparfenyuk/mcp-proxy is mcp servers for the Claude AI ecosystem. A bridge between Streamable HTTP and stdio MCP transports It has 2.6k GitHub stars and was last updated 4d ago.

How do I install mcp-proxy?

+

You can install mcp-proxy by cloning the repository (https://github.com/sparfenyuk/mcp-proxy) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is sparfenyuk/mcp-proxy safe to use?

+

Our security agent has analyzed sparfenyuk/mcp-proxy and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains sparfenyuk/mcp-proxy?

+

sparfenyuk/mcp-proxy is maintained by sparfenyuk. The last recorded GitHub activity is from 4d ago, with 49 open issues.

Are there alternatives to mcp-proxy?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-proxy to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: sparfenyuk/mcp-proxy
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sparfenyuk-mcp-proxy)](https://claudewave.com/repo/sparfenyuk-mcp-proxy)
<a href="https://claudewave.com/repo/sparfenyuk-mcp-proxy"><img src="https://claudewave.com/api/badge/sparfenyuk-mcp-proxy" alt="Featured on ClaudeWave: sparfenyuk/mcp-proxy" width="320" height="64" /></a>

More MCP Servers