IP Geolocation MCP by UnClick for Gemini CLI
io.github.malamutemayhem/ipapi
IP address geolocation and batch lookup with country, city, region, ISP, and timezone. By UnClick.
client:Gemini CLI
transport:stdio
runtime:npm
Install IP Geolocation MCP by UnClick in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ipapi": {
"command": "npx",
"args": [
"-y",
"@unclick/ipapi-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs