swagger-codegen (MCP Server)

GitHub

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "swagger-codegen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-swagger-codegen"
      ]
    }
  }
}