google maps mcp server for Grok
io.github.thenextgennexus/google-maps-mcp-server
Search local businesses, generate leads, and validate emails via Google Maps data
client:Grok
transport:stdio
runtime:npm
Install google maps mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"google-maps-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/google-maps-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
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