abutbul/openapi-mcp-generator
A Python tool that automatically converts OpenAPI(Swagger, ETAPI) compatible specifications into fully functional Model Context Protocol (MCP) servers. Generates Docker-ready implementations with support for SSE/IO communication protocols, authentication, and comprehensive error handling. https://pypi.org/project/openapi-mcp-generator/
Platform-specific configuration:
{
"mcpServers": {
"openapi-mcp-generator": {
"command": "npx",
"args": [
"-y",
"openapi-mcp-generator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...