Skip to content
Gemini CLI

viator mcp for Gemini CLI

io.github.chrischall/viator-mcp

Search Viator tours and activities — products, availability, attractions, destinations.

client:Gemini CLI transport:stdio runtime:npm

Install viator 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": {
    "viator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/viator-mcp"
      ],
      "env": {
        "VIATOR_API_KEY": "<VIATOR_API_KEY>",
        "VIATOR_LANGUAGE": "<VIATOR_LANGUAGE>",
        "VIATOR_CACHE_TTL": "<VIATOR_CACHE_TTL>",
        "VIATOR_STATIC_CACHE_TTL": "<VIATOR_STATIC_CACHE_TTL>"
      }
    }
  }
}

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

viator mcp in other clients