Google Maps MCP Server for Grok
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
client:Grok
transport:stdio
runtime:npm
Install Google Maps MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"google-map": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs