AgentcyAlpha

Set up Trae

ByteDance’s free AI-powered IDE. Add Agentcy so Trae’s AI agent can access your marketing data while building websites, campaigns, and reports.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Open Trae and go to Settings → AI Agent → MCP

  3. 03

    Click “Add Manually” and paste the config below

  4. 04

    Replace YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Restart Trae to connect to the Agentcy server

CONFIG

path: .mcp.json

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

Trae uses an array format for mcpServers (not the object format most clients use). The config snippet above reflects Trae’s specific format. Supports stdio, SSE, and Streamable HTTP transports.

EXAMPLE QUERIES
4 SAMPLES

What’s the traffic trend for aurora-fitness.com?

Build a landing page using insights from our GA4 data

Show me our Google Ads spend vs conversion this month

Research competitors’ top-ranking content

v1.0Need help?