AIR SDK
Quality Score
89
/100
Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"air-sdk": {
"command": "npx",
"args": [
"-y",
"@arcede/air-sdk"
],
"env": {
"AIR_API_KEY": "<your-air_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"air-sdk": {
"command": "npx",
"args": [
"-y",
"@arcede/air-sdk"
],
"env": {
"AIR_API_KEY": "<your-air_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @arcede/air-sdk§02 Environment variables
AIR_API_KEYrequiredsecret
API key from agentinternetruntime.com/dashboard — free tier includes 1,000 executions/month
§03 MCP Quality Score · methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).