Getting Started
Connect AI coding assistants to your AirOps workspace using MCP
The AirOps MCP server provides a standardized interface that allows any compatible AI assistant to access your AirOps workspace data. Your assistant can retrieve Brand Kit information, find content opportunities, access competitor data, and pull insights without leaving your development environment.
Authentication uses OAuth 2.0. You sign in with your AirOps account through your browser. No tokens to copy or manage.
Server URL: https://app.airops.com/mcp
Setup
Claude Desktop
Open Settings → Developer → Edit Config
Add the server configuration:
{
"mcpServers": {
"airops": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://app.airops.com/mcp"]
}
}
}Restart Claude Desktop
Complete the OAuth flow when prompted
Claude Code
Run in your terminal:
Then run /mcp in Claude Code, select the server, and choose Authenticate to complete sign-in.
Cursor
Open Cursor Settings → Tools & MCP → New MCP server
Add the configuration:
Click the Connect button that appears to authenticate
VS Code (Copilot)
Open Settings (Ctrl/Cmd + ,)
Search for "mcp" and click Edit in settings.json
Add the server:
Windsurf
Open Windsurf Settings → Cascade → Model Context Protocol (MCP) Servers
Click Add Server → Add custom server
Add the configuration:
Other Clients
Most MCP clients support HTTP transport. Use these settings:
Transport: HTTP (sometimes called "streamable HTTP")
URL:
https://app.airops.com/mcp
For clients requiring SSE transport, use mcp-remote as a proxy:
Troubleshooting
Authentication Issues
Connection Issues
Platform-Specific Issues
Next Steps
Tools & Skills — Explore available tools for accessing your workspace data
Usage Examples — See how to query your data with natural language prompts
Last updated
Was this helpful?