AgentcyAlpha
Integrations/Claude Desktop

Set up Claude Desktop

Anthropic’s desktop app for Claude. Connect Agentcy to get marketing insights directly in your Claude conversations — via local config file or remote connector.

SETUP
5 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open Claude Desktop and go to Settings (gear icon)

  3. 03

    Navigate to the Developer section and click “Edit Config”

  4. 04

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Restart Claude Desktop to connect to Agentcy

CONFIG

path: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

On Windows, the config file is at %APPDATA%\Claude\claude_desktop_config.json. On Linux, check ~/.config/Claude/claude_desktop_config.json. Alternative: On paid plans (Pro, Max, Team, Enterprise), you can also connect via Settings → Connectors → Add custom connector → enter https://data.goagentcy.com/mcp and complete the OAuth flow.

EXAMPLE QUERIES
4 SAMPLES

Summarize this week’s website traffic for aurora-fitness.com

What are my top 10 landing pages by conversion rate?

Compare organic vs paid traffic this month

What keywords are trending up in Search Console?

v1.0Need help?