Skip to content
Cursor

Geocoding for Cursor

io.github.danishashko/geocode-mcp

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

client:Cursor transport:stdio runtime:npm

Install Geocoding 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": {
    "geocode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "geocode-mcp"
      ],
      "env": {
        "GEOCODE_USER_AGENT": "<GEOCODE_USER_AGENT>"
      }
    }
  }
}

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

Geocoding in other clients