Back to browse
GitHub Repository

Turn any OpenAPI spec or Postman collection into an ownable Python MCP server in 30 seconds

18 starsPython

Mcpgen – Turn OpenAPI/Postman Specs into Python MCP Servers

by princea747·Jul 23, 2026·2 points·0 comments

AI Analysis

●●●BangerBig BrainSolve My ProblemShip It

Generates readable, editable Python code you own instead of a black-box runtime proxy.

Strengths
  • Outputs static Python files you can modify, avoiding vendor lock-in or runtime proxies.
  • Handles both OpenAPI JSON/YAML and Postman collections with a single CLI command.
  • Includes proper async/await patterns and environment variable handling in generated code.
Weaknesses
  • Generated code lacks unit tests or type hinting for complex nested schema validation.
  • No built-in mechanism to handle OAuth flows that require interactive browser redirects.
Target Audience

AI developers and backend engineers building custom MCP tools

Similar To

FastMCP · LangChain Tools · OpenAPI Generator

Similar Projects