Set up Firebase Studio
Google’s cloud-based IDE (formerly Project IDX). Add Agentcy to access marketing data directly in your cloud development environment.
SETUP5 STEPS
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open your project in Firebase Studio
- 03
Create or edit .idx/mcp.json in your project root
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
Firebase Studio will connect to the Agentcy server
CONFIG
path: .idx/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
Firebase Studio runs in the cloud. The config format is the same as most other JSON-based clients.
EXAMPLE QUERIES4 SAMPLES
“Show me this month’s traffic data from GA4”
“What are the top search queries from Search Console?”
“Build a Firebase-hosted dashboard with live marketing data”
“Research our competitors’ ad strategies”
NEXT
v1.0Need help?