Skip to content
Cursor

AIR SDK for Cursor

io.github.arcededev/air-sdk

Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction.

client:Cursor transport:stdio runtime:npm

Install AIR SDK in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "air-sdk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arcede/air-sdk"
      ],
      "env": {
        "AIR_API_KEY": "<AIR_API_KEY>"
      }
    }
  }
}

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

AIR SDK in other clients