Integrations/Claude Code

Set up Claude Code

Anthropic’s CLI coding agent. Add Agentcy as an MCP server so Claude Code can query your marketing data while building campaigns, landing pages, and analytics dashboards.

SETUP
6 STEPS
  1. 01

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

  2. 02

    Choose your scope: project only (default), all projects (--scope user), or team-shared (--scope project)

  3. 03

    Copy the matching command below

  4. 04

    Replace YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Run the command in your terminal

  6. 06

    Restart Claude Code to load the Agentcy server

CONFIG

path: Run in your terminal

config
# Current project only (default):
claude mcp add agentcy --transport http https://data.goagentcy.com/mcp --header "Authorization: Bearer YOUR_AGENTCY_API_KEY"

# All your projects (personal preference):
claude mcp add agentcy --scope user --transport http https://data.goagentcy.com/mcp --header "Authorization: Bearer YOUR_AGENTCY_API_KEY"

# Shared with your team (checked into version control):
claude mcp add agentcy --scope project --transport http https://data.goagentcy.com/mcp --header "Authorization: Bearer YOUR_AGENTCY_API_KEY"
Last verified: March 5, 2026Official docs
EXPLORE DATA SOURCES

After connecting Claude Code and configuring your data sources in the portal, ask questions about any of them in natural language:

View all data sources →

v1.0Need help?