ip2location geolocation for Cursor
com.mcparmory/ip2location-geolocation
Look up IP address location and geolocation data with country, city, timezone, and ISP details
client:Cursor
transport:stdio
runtime:pypi
Install ip2location geolocation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ip2location-geolocation": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-ip2location-geolocation"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs