openapi-mcp-generator and openapi-mcp-server
These are complementary tools operating at different stages of the same pipeline: the generator converts OpenAPI specs into MCP server code, while the server provides the runtime bridge that exposes those specifications as callable MCP tools for AI assistants.
About openapi-mcp-generator
harsha-iiiv/openapi-mcp-generator
A tool that converts OpenAPI specifications to MCP server
Automatically generates Zod-validated TypeScript MCP servers that proxy REST APIs, supporting multiple transports (stdio, SSE, StreamableHTTP) and authentication schemes (API keys, OAuth2, Bearer tokens). The tool produces fully typed, scaffolded Node.js projects with built-in HTML test clients for web-based transports, enabling AI agents to interact with existing APIs through the Model Context Protocol.
About openapi-mcp-server
sotayamashita/openapi-mcp-server
Powerful bridge between OpenAPI specifications and AI assistants using the Model Context Protocol (MCP). Automatically converts any OpenAPI/Swagger API specification into MCP tools that can be used by AI assistants like Claude Desktop.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work