← Back to browse

tronbyt-mcp

Indexed by io.github.jonfishr

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTRONBYT_BASE_URL TRONBYT_API_KEY
Claude Code
claude mcp add --env TRONBYT_BASE_URL= --env TRONBYT_API_KEY= tronbyt-mcp -- npx tronbyt-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"tronbyt-mcp","command":"npx","args":["tronbyt-mcp"],"env":{"TRONBYT_BASE_URL":"","TRONBYT_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "tronbyt-mcp": {
      "command": "npx",
      "args": [
        "tronbyt-mcp"
      ],
      "env": {
        "TRONBYT_BASE_URL": "",
        "TRONBYT_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.