Skip to content
Gemini CLI

maptiler for Gemini CLI

io.usefulapi/maptiler

Geocoding, elevation, IP geolocation and coordinate transforms from the MapTiler Cloud API.

client:Gemini CLI transport:streamable-http

Install maptiler in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "maptiler": {
      "httpUrl": "https://maptiler.usefulapi.io/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

maptiler in other clients