Skip to content
Gemini CLI

tronbyt mcp for Gemini CLI

io.github.jonfishr/tronbyt-mcp

Control Tidbyt/Tronbyt LED displays: push text, images, and apps; brightness and night mode.

client:Gemini CLI transport:stdio runtime:npm

Install tronbyt 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": {
    "tronbyt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tronbyt-mcp"
      ],
      "env": {
        "TRONBYT_BASE_URL": "<TRONBYT_BASE_URL>",
        "TRONBYT_API_KEY": "<TRONBYT_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

tronbyt mcp in other clients