MCP.so
Sign In

mcp-proxy

@sparfenyuk

About mcp-proxy

A bridge between Streamable HTTP and stdio MCP transports

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

sparfenyuk

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-proxy": {
      "command": "uv",
      "args": [
        "tool",
        "install",
        "mcp-proxy"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-proxy?

mcp-proxy is a tool that switches between MCP server transports, converting stdio to SSE/StreamableHTTP or SSE to stdio. It allows clients like Claude Desktop to communicate with remote SSE servers and enables remote access to local stdio servers.

How to use mcp-proxy?

Install via pip install mcp-proxy or use the Docker image `ghcr

Comments

More Other MCP servers