Skip to content
Gemini CLI

esim mcp for Gemini CLI

io.github.kakha13/esim-mcp

Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips.

client:Gemini CLI transport:stdio runtime:npm

Install esim mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "esim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "esim-mcp"
      ],
      "env": {
        "CHEAPERESIM_API_TOKEN": "<CHEAPERESIM_API_TOKEN>",
        "CHEAPERESIM_API_BASE": "<CHEAPERESIM_API_BASE>",
        "CHEAPERESIM_TIMEOUT_MS": "<CHEAPERESIM_TIMEOUT_MS>"
      }
    }
  }
}

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

esim mcp in other clients