$ timeahead.in
/ servers/pypi/mcpo
pypi

mcpo

A simple, secure MCP-to-OpenAPI proxy server

4k stars29k/wkupdated 19d agogithub ↗
92excellent
▣ Overview

What it does

mcpo is an MCP-to-OpenAPI proxy that makes any MCP server accessible via standard REST endpoints. It accepts an MCP server command—whether stdio-based, SSE, or HTTP-streaming—and exposes its tools as an OpenAPI-compatible HTTP server with auto-generated interactive documentation. Unlike raw MCP over stdio, it adds explicit security via API key authentication, structured error handling, and standard web-framework features, making MCP tools immediately usable with OpenAPI clients, LLM agents, and platform SDKs without custom integration code.

Who it's for

Backend engineers integrating MCP tools into LLM agents, API platforms, or web applications that expect OpenAPI endpoints; teams building deployments that need to expose internal MCP servers securely to external services or tools constrained to HTTP/REST interfaces.

Common use cases

  • Expose a local MCP stdio server as an HTTP API for integration with LLM agents, Claude Desktop, or third-party applications
  • Proxy SSE-based or HTTP-streaming MCP servers through a standard OpenAPI endpoint with custom headers and authentication
  • Serve multiple independent MCP tools from a single mcpo instance using a config file with hot-reload capability
  • Add OAuth 2.1 authentication to MCP servers that require it without modifying the server itself

Setup pitfalls

  • Command syntax: everything before -- configures mcpo (port, API key, root path); everything after is the MCP server command
  • Stdio-based servers must be executable from mcpo's working directory; PATH and environment variables may differ in Docker or containerized deployments
  • SSE and HTTP-streaming servers require network reachability and correct headers; verify endpoint and authentication before starting mcpo
  • Filesystem access: mcpo can read and write files via exposed tools—audit tool definitions carefully if serving untrusted servers
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
90
18.0
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
92.0
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcpo-1": {
      "command": "uvx",
      "args": [
        "mcpo"
      ]
    }
  }
}
📈 Score historylast 27 snapshots
5/10/20266/6/2026 · 27 snapshots
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)12
top contributor share42%
releases (1y)6
last release98d ago
ci✓ passing
⛁ Raw data
weekly downloads29k
github stars4k
forks466
open issues45
license✓ present
readme length8624 chars
last publish0d ago
last commit19d ago
last updated6h ago
install verified✓ pass · 19d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points