Documentation
Connect your marketing data to Claude, ChatGPT and other LLMs.
Connect to Claude Desktop
Claude Desktop (Mac/Windows) supports HTTP transport natively since late 2025.
1. Locate the config file
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
2. Add the gadspilot config
claude_desktop_config.json
{
"mcpServers": {
"meta-ads": {
"type": "http",
"url": "https://gadspilot.com/mcp-meta"
}
}
}
ℹ
If you already have other MCP servers, just add
meta-ads inside the existing mcpServers block — don't replace the whole file.3. Restart Claude Desktop
Quit fully (Cmd+Q on Mac, or right-click → Quit in the Windows tray) then relaunch.
4. Trigger OAuth
In a new conversation, ask Claude:
List my Meta ad accounts.
Claude opens your browser automatically for OAuth consent. Choose your accounts → Allow → return to Claude Desktop, the query continues.
💡
Multi-product: you can add
google-ads, google-search-console, and meta-ads in the same file — each will have its own OAuth session.Check the logs
If something fails, open Claude Desktop logs:
- macOS:
~/Library/Logs/Claude/mcp*.log - Windows:
%APPDATA%\Claude\Logs\mcp*.log