Skip to main content
Developer ToolsJava

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.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/bbonnin/openapi-to-mcp

Claude 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.

Details

Category
Developer Tools
Language
Java
Author
bbonnin