Google Map
Freeby MCP Community
18 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, local rank tracking, map images via MCP server or standalone CLI
v0.0.50Added Apr 12, 2026
googlegoogle-mapsmapmcpmcp-server
Google Map MCP Server
18 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, local rank tracking, map images via MCP server or standalone CLI
Installation
Reviews
Installation
Quick install
npx -y @cablate/mcp-google-map
Add to claude_desktop_config.json
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": ["-y", "@cablate/mcp-google-map"]
}
}
}