GeoLabel for Cursor
io.github.tylercoxdruin/geolabel
Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
client:Cursor
transport:stdio
runtime:pypi
Install GeoLabel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geolabel": {
"type": "stdio",
"command": "uvx",
"args": [
"geolabel-mcp"
],
"env": {
"GEOLABEL_API_KEY": "<GEOLABEL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs