Back to MCP Servers
🔌

zaizaizhao/mcp-swagger-server

MIT

📇 ☁️ 🏠 - A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.

TypeScriptAPIs

Install

npx -y mcp-swagger-monorepo

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "zaizaizhao-mcp-swagger-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-swagger-monorepo"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.