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.
SETUP6 STEPS
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Choose your scope: project only (default), all projects (--scope user), or team-shared (--scope project)
- 03
Copy the matching command below
- 04
Replace YOUR_AGENTCY_API_KEY with your actual key
- 05
Run the command in your terminal
- 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:
NEXT
v1.0Need help?