LatLong Maps for Gemini CLI
ai.latlong/map-mcp
Turn CSV or Excel data into styled choropleth and categorical maps of India from plain language.
client:Gemini CLI
transport:streamable-http
tools:3
Install LatLong Maps in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"map-mcp": {
"httpUrl": "https://geocp.latlong.ai/mcp/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs