Skip to content
Cursor

geowire for Cursor

io.github.geowire/geowire

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

client:Cursor transport:stdio runtime:npm

Install geowire in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

geowire in other clients