Skip to main content
ClaudeWave

A simple, secure MCP-to-OpenAPI proxy server

MCP Servers4.3k stars465 forksPythonMITUpdated 26d ago
Editor's note

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.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
mcpmcp-servermcp-to-openapiopen-webuiopenapi

What people ask about mcpo

What is open-webui/mcpo?

+

open-webui/mcpo is mcp servers for the Claude AI ecosystem. A simple, secure MCP-to-OpenAPI proxy server It has 4.3k GitHub stars and was last updated 26d ago.

How do I install mcpo?

+

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

Is open-webui/mcpo safe to use?

+

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

Who maintains open-webui/mcpo?

+

open-webui/mcpo is maintained by open-webui. The last recorded GitHub activity is from 26d ago, with 45 open issues.

Are there alternatives to mcpo?

+

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

Deploy mcpo 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: 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>

More MCP Servers