AgentcyAlpha
Integrations/Claude Cowork

Set up Claude Cowork

Anthropic’s autonomous AI coworker. Add Agentcy so Cowork can pull live marketing data while executing tasks across your desktop — spreadsheets, presentations, and reports built from real analytics.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Claude Cowork shares its config with Claude Desktop

  3. 03

    Open Claude Desktop and go to Settings → Developer → Edit Config

  4. 04

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

  5. 05

    Restart Claude Desktop — Cowork will inherit the Agentcy server

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

Claude Cowork is available on Pro, Max, Team, and Enterprise plans. It shares the same MCP config file as Claude Desktop. On Windows: %APPDATA%\Claude\claude_desktop_config.json.

EXAMPLE QUERIES
4 SAMPLES

Pull GA4 data for aurora-fitness.com and build a monthly report in Google Sheets

Create a presentation with this week’s ad performance and recommendations

Analyze our Search Console data and draft an SEO action plan

Compare all client domains and flag any with declining traffic

v1.0Need help?