MCP Marketplace logo
MCP
All servers
Anthropic

Google Maps

official

Geocoding, places, directions via Google Maps API.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Google Maps server. Geocode addresses, search places, get directions.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers