bbonnin/openapi-to-mcp
MCP server that automatically converts any OpenAPI/Swagger specification into a set of usable MCP tools. Unlike manual tool definition, this approach auto-generates tools directly from the Swagger spec, ensuring consistency, reducing maintenance effort, and preventing mismatches between the tools and the actual API.
Quick Start
Clone the repository:
git clone https://github.com/bbonnin/openapi-to-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bbonnin-openapi-to-mcp": {
"command": "npx",
"args": [
"-y",
"bbonnin/openapi-to-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.