This project demonstrates how to create a Location Intelligence Agent capable of combining: BigQuery analytics Google Maps intelligence MCP server integrations Gemini reasoning
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"location-intelligenc": {
"command": "npx",
"args": [
"-y",
"YashKumarVerma-Tech/Location-Intelligence-ADK-Agent-with-MCP-servers-for-BigQuery-and-Google-Maps"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add location-intelligenc npx -y YashKumarVerma-Tech/Location-Intelligence-ADK-Agent-with-MCP-servers-for-BigQuery-and-Google-Maps
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"location-intelligenc": {
"command": "npx",
"args": [
"-y",
"YashKumarVerma-Tech/Location-Intelligence-ADK-Agent-with-MCP-servers-for-BigQuery-and-Google-Maps"
]
}
}
}
📋 Copy