Skip to content
Gemini CLI

Tomtom for Gemini CLI

io.github.pipeworx-io/tomtom

TomTom MCP — wraps the TomTom Search & Routing APIs (api.tomtom.com)

client:Gemini CLI transport:streamable-http

Install Tomtom in Gemini CLI

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

{
  "mcpServers": {
    "tomtom": {
      "httpUrl": "https://gateway.pipeworx.io/tomtom/mcp"
    }
  }
}

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

Tomtom in other clients