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