AgentcyAlpha

Set up Cursor

AI-powered code editor. Add Agentcy so Cursor’s AI can reference your real marketing data when generating code, copy, and analytics reports.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Open Cursor Settings (Cmd+Shift+J or Ctrl+Shift+J) — requires Pro or Business plan

  3. 03

    Go to the MCP tab and click “Add new global MCP server”

  4. 04

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

  5. 05

    Restart Cursor to pick up the new server

CONFIG

path: ~/.cursor/mcp.json

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

Requires a Cursor Pro or Business plan. Cursor has a 40-tool limit across all MCP servers. Agentcy uses only 4 tools, leaving room for 36 more from other servers.

EXAMPLE QUERIES
4 SAMPLES

Pull our GA4 data and create a React dashboard component

What pages have the highest bounce rate? Suggest improvements.

Write ad copy based on our top-performing Google Ads

Research SEO strategies for organic protein powder brands

v1.0Need help?