loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-proxy

MCP Tool

sparfenyuk/mcp-proxy

A bridge between Streamable HTTP and stdio MCP transports

Install

$ npx loaditout add sparfenyuk/mcp-proxy

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-proxy"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-proxy

[](https://codecov.io/gh/sparfenyuk/mcp-proxy)

  • mcp-proxy
  • About
  • 1. stdio to SSE/StreamableHTTP
  • 1.1 Configuration
  • 1.2 Example usage
  • 2. SSE to stdio
  • 2.1 Configuration
  • 2.2 Example usage
  • Named Servers
  • Installation
  • Installing via PyPI
  • Installing via Github repository (latest)
  • Installing as container
  • Troubleshooting
  • Extending the container image
  • Docker Compose Setup
  • Command line arguments
  • Example config file
  • Testing
About

The mcp-proxy is a tool that lets you switch between server transports. There are two supported modes:

  1. stdio to SSE/StreamableHTTP
  2. SSE to stdio
1. stdio to SSE/StreamableHTTP

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.

graph LR
    A["Claude Desktop"] <--> |stdio| B["mcp-proxy"]
    B <--> |SSE| C["External MCP Server"]

    style A fill:#ffe6f9,stroke:#333,color:black,stroke-width:2px
    style B fill:#e6e6ff,stroke:#333,color:black,stroke-width:2px
    style C fill:#e6ffe6,stroke:#333,color:black,stroke-width:2px
1.1 Configuration

This

Tags

mcpmcp-serverproxyssestreamable-httppythonpypi

Reviews

Loading reviews...

Quality Signals

Quality Score5500
2.4k
Stars
0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcepypi
Last commit3/23/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/sparfenyuk/mcp-proxy)](https://loaditout.ai/skills/sparfenyuk/mcp-proxy)