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
{
"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