Aller au contenu principal

Configure your AI client

Copy the configuration matching your editor. The URL is fixed — it's our Cloud Run server, hosted and maintained by OrbiAds.

MCP Server URL

Fixed URL — identical for all users, hosted on our Cloud Run infrastructure.

https://orbiads.com/mcp
Recommended Method
  1. 1
    Open Claude Desktop
  2. 2
    Claude Menu → Settings ⚙ (Cmd+, on macOS)
  3. 3
    Connectors Tab
  4. 4
    Click Add Connector
  5. 5
    Paste the MCP server URL
    https://orbiads.com/mcp
  6. 6
    Save — Google OAuth authentication will trigger automatically
JSON Method — versions without built-in connectors
macOS: ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "orbiads": {
      "url": "https://orbiads.com/mcp",
      "transport": "streamable-http"
    }
  }
}