Skip to content
Windsurf

Google Maps MCP Server for Windsurf

io.github.cablate/google-map

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

client:Windsurf transport:stdio runtime:npm

Install Google Maps MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>",
        "GOOGLE_MAPS_ENABLED_TOOLS": "<GOOGLE_MAPS_ENABLED_TOOLS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Google Maps MCP Server in other clients