etix mcp for Gemini CLI
io.github.chrischall/etix-mcp
Etix event discovery for Claude — search events, venues & performers and fetch event details
client:Gemini CLI
transport:stdio
runtime:npm
Install etix mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"etix-mcp": {
"command": "npx",
"args": [
"-y",
"etix-mcp"
],
"env": {
"ETIX_WS_PORT": "<ETIX_WS_PORT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs