Google Maps

by Anthropic · Productivity

15,000 stars2,500 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Search for places, get directions, and geocode addresses using the Google Maps Platform API. Location-aware AI interactions.

directionsgeocodinggoogle-mapsplaces
Manual Installation

Claude Code

claude mcp add google-maps -- npx -y @modelcontextprotocol/server-google-maps

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "google-maps": {
      "env": {
        "GOOGLE_MAPS_API_KEY": "your-api-key"
      },
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-maps"
      ],
      "command": "npx"
    }
  }
}