openapi-mcp-generator and openmcp
These are direct competitors that solve the same problem—converting OpenAPI specs into MCP servers—with slightly different approaches (the former appears more focused on generation while the latter emphasizes selective tool inclusion).
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 openmcp
getdatanaut/openmcp
Turn any openapi file into an mcp server, with just the tools you need.
Supports both OpenAPI-to-MCP conversion and stdio-based MCP server composition, allowing selective tool exposure through an `openmcp.json` config file. Implements stdio and SSE transports with direct integration into major chat clients (Cursor, Claude) via automated client configuration. Handles authentication management across multiple servers and enables mixing heterogeneous MCP sources—OpenAPI specs, stdio servers, and others—into a single unified MCP endpoint.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work