Skip to content
Cursor

mcp openapi runner for Cursor

io.github.saurav61091/mcp-openapi-runner

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

client:Cursor transport:stdio runtime:npm

Install mcp openapi runner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp openapi runner in other clients