I built mcpgen — turn any OpenAPI spec into a working MCP server in one command.
pip install mcpgen-cli mcpgen https://petstore3.swagger.io/api/v3/openapi.json Generates a complete Python MCP server you own. Not a proxy — actual source code you can read, modify, and deploy anywhere. No runtime dependency on mcpgen. Supports OpenAPI…