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.
EXPLORE DATA SOURCES
After connecting Firebase Studio and configuring your data sources in the portal, ask questions about any of them in natural language:
NEXT
v1.0Need help?