google maps for Gemini CLI
com.mcparmory/google-maps
Geocode addresses, calculate directions, and search places with maps and routing
client:Gemini CLI
transport:stdio
runtime:pypi
Install google maps in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-maps": {
"command": "uvx",
"args": [
"mcparmory-google-maps"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs