Skip to content
Cline

openapi for Cline

io.github.docat0209/openapi

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

client:Cline transport:stdio runtime:npm

Install openapi in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

openapi in other clients