swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"swagger-codegen": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-swagger-codegen"
]
}
}
}