AgentcyAlpha
Integrations/JetBrains IDEs

Set up JetBrains IDEs

AI Assistant in IntelliJ IDEA, WebStorm, PyCharm, and all JetBrains IDEs. Add Agentcy to access marketing data directly from your development environment.

SETUP
6 STEPS
  1. 01

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

  2. 02

    Open your JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.)

  3. 03

    Go to Settings > Tools > AI Assistant > Model Context Protocol (MCP)

  4. 04

    Click + to add a new MCP server and paste the config below

  5. 05

    Replace YOUR_AGENTCY_API_KEY with your actual key

  6. 06

    Restart the IDE to connect to Agentcy

CONFIG

path: Settings → Tools → AI Assistant → MCP

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

Requires JetBrains 2025.1 or later with the AI Assistant plugin (paid add-on or included with All Products Pack). Works in all JetBrains IDEs including IntelliJ IDEA, WebStorm, PyCharm, PhpStorm, GoLand, and Rider.

EXAMPLE QUERIES
4 SAMPLES

Show me this week’s GA4 traffic data for aurora-fitness.com

What’s the conversion rate on our WooCommerce store?

Create a data model based on our Google Ads campaign structure

Research competitor websites and summarize their tech stack

v1.0Need help?