AtlasFetch for Cursor
xyz.atlasfetch/atlasfetch
Reverse geocode a coordinate to country, region, municipality and street, plus your own geofences.
client:Cursor
transport:stdio
runtime:npm
Install AtlasFetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atlasfetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"atlasfetch-mcp"
],
"env": {
"ATLASFETCH_API_KEY": "<ATLASFETCH_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs