quantaroute geocoder for Grok
io.github.mapdevsaikat/quantaroute-geocoder
Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India
client:Grok
transport:stdio
runtime:npm
Install quantaroute geocoder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quantaroute-geocoder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quantaroute/mcp-server"
],
"env": {
"QUANTAROUTE_API_KEY": "<QUANTAROUTE_API_KEY>"
}
}
}
}
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