Openapi Mcp Generator
Converts OpenAPI specifications into fully functional Model Context Protocol (MCP) servers.
关于
Automatically generate fully functional Model Context Protocol (MCP) servers from OpenAPI specifications. This Python tool produces Docker-ready implementations with support for SSE/IO communication protocols, authentication, comprehensive error handling, and built-in rate limiting. The generated server exposes API operations defined in an OpenAPI specification as MCP tools and resources, simplifying deployment and integration.
主要功能
- Includes comprehensive error handling and logging
- Generates Docker-ready implementations with multi-stage builds
- Converts OpenAPI specifications to MCP servers
- 4 GitHub stars
- Offers multiple authentication methods
- Supports SSE/IO communication protocols
使用案例
- Quickly generate an MCP server from an existing OpenAPI specification
- Streamline the deployment of API operations as MCP tools and resources
- Create an MCP server for the Trilium Notes knowledge management system