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

Get the exact URL from your Dashboard → Settings → API Keys.

https://orbiads.com/mcp
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"
    }
  }
}