Skip to content
Grok

opencage geocoding for Grok

com.mcparmory/opencage-geocoding

Convert addresses to coordinates and reverse-geocode locations worldwide

client:Grok transport:stdio runtime:pypi

Install opencage geocoding in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "opencage-geocoding": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-opencage-geocoding"
      ]
    }
  }
}

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

opencage geocoding in other clients