A developer has released a command-line generator that transforms OpenAPI specifications into MCP servers for TypeScript, Python and Go. The first release assigned a distinct tool to each endpoint, which produced an impractically large server for APIs with many operations. Feedback from a Reddit discussion pointed out this issue and led to a redesign.

Version 2.1.5 adds the ability to group operations by tag or path, turning dozens of endpoints into a small set of tools that dispatch internally via an action field. The CLI also supports filters for tags, paths and specific operations, and it wraps custom code in special markers so a three-way merge keeps edits intact during regeneration.