Back to MCP Servers
🔌

cablate/mcp-google-map

MITAPI key required

](https://glama.ai/mcp/servers/cablate/mcp-google-map) 📇 ☁️ 🏠 - Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definition

TypeScriptCommunication

Install

npx -y @cablate/mcp-google-map

Required environment variables

YOUR_API_KEYSet in your MCP config
GOOGLE_MAPS_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cablate-mcp-google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
        "GOOGLE_MAPS_API_KEY": "<YOUR_GOOGLE_MAPS_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.