GuidesAI Client Setup
AI Client SetupIntermediate 3 min
Connect Gemini CLI to MCP360
Use Google Gemini CLI with MCP360 for terminal-based ad management.
Prerequisites
Step 1: Configure Gemini MCP
Create or edit ~/.gemini/settings.json:
json
{
"mcpServers": {
"mcp360-ads": {
"url": "https://meta-ads.mcp.mcp360.net/",
"transport": "http",
"headers": {
"Authorization": "Bearer mcp_live_YOUR_KEY_HERE"
}
}
}
}Step 2: Start Gemini with MCP
bash
gemini --mcpStep 3: Test
> Show me my Meta Ads account overview for the last 7 daysGemini CLI will use MCP360 tools to fetch and display your ad data.