← Index

Google Maps MCP Server

io.github.cablate/google-map·v0.0.52·Search
Quality Score
85
/100

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>",
        "GOOGLE_MAPS_ENABLED_TOOLS": "<google_maps_enabled_tools>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>",
        "GOOGLE_MAPS_ENABLED_TOOLS": "<google_maps_enabled_tools>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cablate/mcp-google-map
§02  Environment variables
GOOGLE_MAPS_API_KEY
requiredsecret

Google Maps API key (get one at https://console.cloud.google.com)

GOOGLE_MAPS_ENABLED_TOOLS

Comma-separated tool names to enable. Omit or * for all 18 tools.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Search