Exposes any MCP tool as an OpenAPI-compatible HTTP server.
Mcpo is a simple proxy server that bridges the gap between MCP (Model Context Protocol) servers and OpenAPI, enabling seamless integration with LLM agents and applications that expect standard RESTful APIs. It transforms MCP server commands into accessible, secure, and interoperable HTTP endpoints. Mcpo automatically generates interactive documentation and adds security features like API keys, eliminating the need for custom protocols and glue code, thus simplifying the process of making AI tools usable and interoperable.
主な機能
01Auto-generates interactive documentation for each tool
02Uses pure HTTP for easy integration
03Exposes MCP tools as OpenAPI-compatible HTTP servers
04Supports multiple MCP tools via a single config file
05Adds security with API keys
06947 GitHub stars
ユースケース
01Integrating MCP tools with LLM agents
02Making MCP servers accessible via standard RESTful APIs