Skip to content
Gemini CLI

tixxly for Gemini CLI

io.github.teamtixxly/tixxly

Tixxly MCP server — connect AI agents to tours, experiences, and activities

client:Gemini CLI transport:stdio runtime:npm

Install tixxly 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": {
    "tixxly": {
      "command": "npx",
      "args": [
        "-y",
        "@tixxly-ai/travel-mcp"
      ],
      "env": {
        "TIXXLY_API_KEY": "<TIXXLY_API_KEY>"
      }
    }
  }
}

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

tixxly in other clients