Skip to main content
ClaudeWave

A bridge between Streamable HTTP and stdio MCP transports

MCP Servers2.6k estrellas242 forksPythonMITActualizado 4d ago
Nota editorial

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.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
mcpmcp-serverproxyssestreamable-http

Lo que la gente pregunta sobre mcp-proxy

¿Qué es sparfenyuk/mcp-proxy?

+

sparfenyuk/mcp-proxy es mcp servers para el ecosistema de Claude AI. A bridge between Streamable HTTP and stdio MCP transports Tiene 2.6k estrellas en GitHub y se actualizó por última vez 4d ago.

¿Cómo se instala mcp-proxy?

+

Puedes instalar mcp-proxy clonando el repositorio (https://github.com/sparfenyuk/mcp-proxy) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar sparfenyuk/mcp-proxy?

+

Nuestro agente de seguridad ha analizado sparfenyuk/mcp-proxy y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sparfenyuk/mcp-proxy?

+

sparfenyuk/mcp-proxy es mantenido por sparfenyuk. La última actividad registrada en GitHub es de 4d ago, con 49 issues abiertos.

¿Hay alternativas a mcp-proxy?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-proxy en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers