Location-Intelligence-ADK-Agent-with-MCP-servers-for-BigQuery-and-Google-Maps

YashKumarVerma-Tech/Location-Intelligence-ADK-Agent-with-MCP-servers-for-BigQuery-and-Google-Maps
★ 0 stars Shell 🤖 AI/LLM Updated today
This project demonstrates how to create a Location Intelligence Agent capable of combining: BigQuery analytics Google Maps intelligence MCP server integrations Gemini reasoning
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

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"
      ]
    }
  }
}