Getting Started
Setup instructions for AI assistants using MCP
Connect your AI assistant to AirOps using the MCP server. This guide covers setup for Claude Code, Cursor, VS Code, Windsurf, and other MCP clients.
Claude Web or Desktop? Use the Claude Connector for one-click setup and Interactive Apps.
Server URL: https://app.airops.com/mcp
Authentication uses OAuth 2.0—sign in with your AirOps account through your browser.
Claude Code
Run in your terminal:
claude mcp add --transport http airops https://app.airops.com/mcpThen authenticate:
Run
/mcpin Claude CodeSelect the AirOps server
Choose Authenticate
Complete sign-in in your browser
Cursor
Open Cursor Settings → Tools & MCP → New MCP server
Add the configuration:
Click Connect to authenticate
VS Code (Copilot)
Open Settings (Ctrl/Cmd + ,)
Search for "mcp" and click Edit in settings.json
Add:
Windsurf
Open Windsurf Settings → Cascade → MCP Servers
Click Add Server → Add custom server
Add:
Other Clients
Most MCP clients support HTTP transport:
Transport: HTTP (streamable HTTP)
URL:
https://app.airops.com/mcp
For clients requiring SSE transport, use mcp-remote as a proxy:
Troubleshooting
Authentication
"Needs authentication" error
Claude Code: Run /mcp, select AirOps, choose Authenticate.
Cursor: Click Connect button in MCP settings.
Other clients: Remove and re-add the server to clear cached tokens.
OAuth not working (WSL/corporate network)
WSL users: Browser OAuth may fail from WSL. Run your client from Windows instead.
Corporate networks: Your network may block OAuth redirects. Try a personal network or contact IT to whitelist app.airops.com.
Connection
Connection refused or timeout
Check that you can reach https://app.airops.com in your browser. Some corporate networks block MCP connections.
Tools not appearing
Restart your AI assistant
Claude Code: Run
/mcpto verify connectionRemove and re-add the server
Clear Cached Authentication
Remove the server and add it again:
Claude Code:
Other clients: Delete the server from your configuration and re-add it.
Next Steps
Use Cases — Example workflows
Tools Reference — All available tools
FAQ — Common questions
Last updated
Was this helpful?