openapi-mcp

wrxck/openapi-mcp
★ 5 stars Java 🔌 API Integration Updated 1mo ago
MCP server that dynamically generates tools from any OpenAPI 3.x specification
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wrxck/openapi-mcp"
      ]
    }
  }
}