Transforms an OpenAPI service into a Model Context Protocol (MCP) server.
This command-line tool acts as a bridge between OpenAPI services and MCP clients. It takes an OpenAPI specification file as input, automatically generates an MCP-compliant server, proxies incoming requests to the actual OpenAPI service, and translates between MCP and REST conventions. This enables any existing REST API with an OpenAPI specification to be immediately accessible to AI agents that understand MCP, without requiring any modifications to the original service.
Key Features
01Translates between MCP and REST conventions.
024 GitHub stars
03Supports environment variables for configuration.
04Provides a CLI for easy interaction.
05Proxies requests to the original OpenAPI service.
06Generates an MCP-compliant server from an OpenAPI specification.
Use Cases
01Enable AI-powered applications to utilize services described by OpenAPI specifications.
02Integrate existing REST APIs with AI agents and tools that support MCP.
03Quickly create MCP servers from OpenAPI definitions.