Skip to content
Cursor

mcp openapi for Cursor

io.github.infoinlet-marketplace/mcp-openapi

Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.

client:Cursor transport:stdio runtime:npm

Install mcp openapi in Cursor

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

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

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

mcp openapi in other clients