Skip to content
Windsurf

mcp openapi runner for Windsurf

io.github.saurav61091/mcp-openapi-runner

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

client:Windsurf transport:stdio runtime:npm

Install mcp openapi runner in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp openapi runner in other clients