Skip to content
Grok

geowire for Grok

io.github.geowire/geowire

Place search, directions, isochrones & area analysis across 10 map providers. No API key to start.

client:Grok transport:stdio runtime:npm

Install geowire 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": {
    "geowire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YELP_API_KEY>",
        "CENSUS_API_KEY": "<CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<GEOWIRE_CONFIG>"
      }
    }
  }
}

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

geowire in other clients