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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open your JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.)
- 03
Go to Settings > Tools > AI Assistant > Model Context Protocol (MCP)
- 04
Click + to add a new MCP server and paste the config below
- 05
Replace YOUR_AGENTCY_API_KEY with your actual key
- 06
Restart the IDE to connect to Agentcy
path: Settings → Tools → AI Assistant → MCP
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}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.
“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”