Skip to content
Grok

Geocoding for Grok

io.github.danishashko/geocode-mcp

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

client:Grok transport:stdio runtime:npm

Install Geocoding in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "geocode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "geocode-mcp"
      ],
      "env": {
        "GEOCODE_USER_AGENT": "<GEOCODE_USER_AGENT>"
      }
    }
  }
}

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

Geocoding in other clients