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

  1. Open SettingsDeveloperEdit Config

  2. Add the server configuration:

{
  "mcpServers": {
    "airops": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://app.airops.com/mcp"]
    }
  }
}
  1. Restart Claude Desktop

  2. 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

  1. Open Cursor SettingsTools & MCPNew MCP server

  2. Add the configuration:

  1. Click the Connect button that appears to authenticate

VS Code (Copilot)

  1. Open Settings (Ctrl/Cmd + ,)

  2. Search for "mcp" and click Edit in settings.json

  3. Add the server:

Windsurf

  1. Open Windsurf SettingsCascadeModel Context Protocol (MCP) Servers

  2. Click Add ServerAdd custom server

  3. 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

chevron-rightThe server shows "needs authentication"hashtag

Run /mcp in Claude Code and select Authenticate, or click Connect in Cursor. If authentication keeps failing, try removing and re-adding the server.

chevron-rightHow do I clear cached authentication?hashtag

Remove the server from your client configuration and add it again. This clears any stored OAuth tokens.

Connection Issues

chevron-rightConnection refused or timeouthashtag

Check that you can reach https://app.airops.com from your network. Some corporate networks block MCP connections.

chevron-rightTools not appearing after setuphashtag

Restart your AI assistant after adding the server. In Claude Code, run /mcp to verify connection status.

Platform-Specific Issues

chevron-rightWSL usershashtag

Browser-based OAuth may not work directly from WSL. Try running your MCP client from Windows instead, or use the Internal MCP Serversarrow-up-right with token authentication.

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?