Skip to main content
ClaudeWave

A simple, secure MCP-to-OpenAPI proxy server

MCP Servers4.3k estrellas465 forksPythonMITActualizado 26d ago
Nota editorial

McPO is a Python proxy server that wraps any MCP server and re-exposes its tools as a standard OpenAPI-compatible HTTP endpoint, eliminating the raw stdio transport that MCP servers normally rely on. Running a single command such as `uvx mcpo --port 8000 --api-key "top-secret" -- uvx mcp-server-time` instantly produces a live REST API with auto-generated interactive documentation at `/docs`, requiring no hand-written schemas or glue code. It accepts a JSON config file that follows the Claude Desktop `mcpServers` format, allowing multiple servers to run simultaneously under separate routes like `/memory` and `/time`, each with its own dedicated OpenAPI schema. The proxy supports stdio, SSE, and Streamable HTTP transport types, optional API key authentication, OAuth 2.1 with dynamic client registration, reverse-proxy subpath routing via `--root-path`, and a `--hot-reload` flag for zero-downtime config changes. Developers building LLM agents, Open WebUI integrations, or any OpenAPI-aware toolchain benefit most, since they can consume MCP tools through familiar HTTP clients without protocol-specific handling.

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) · mcpo
Claude Code CLI
claude mcp add mcpo -- uvx mcpo
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcpo": {
      "command": "uvx",
      "args": ["mcpo"]
    }
  }
}
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/open-webui/mcpo and follow its README.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
mcpmcp-servermcp-to-openapiopen-webuiopenapi

Lo que la gente pregunta sobre mcpo

¿Qué es open-webui/mcpo?

+

open-webui/mcpo es mcp servers para el ecosistema de Claude AI. A simple, secure MCP-to-OpenAPI proxy server Tiene 4.3k estrellas en GitHub y se actualizó por última vez 26d ago.

¿Cómo se instala mcpo?

+

Puedes instalar mcpo clonando el repositorio (https://github.com/open-webui/mcpo) 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 open-webui/mcpo?

+

Nuestro agente de seguridad ha analizado open-webui/mcpo 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 open-webui/mcpo?

+

open-webui/mcpo es mantenido por open-webui. La última actividad registrada en GitHub es de 26d ago, con 45 issues abiertos.

¿Hay alternativas a mcpo?

+

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

Despliega mcpo 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: open-webui/mcpo
[![Featured on ClaudeWave](https://claudewave.com/api/badge/open-webui-mcpo)](https://claudewave.com/repo/open-webui-mcpo)
<a href="https://claudewave.com/repo/open-webui-mcpo"><img src="https://claudewave.com/api/badge/open-webui-mcpo" alt="Featured on ClaudeWave: open-webui/mcpo" width="320" height="64" /></a>

Más MCP Servers