Loading MCP server directory, please wait...
Control Tidbyt/Tronbyt LED displays: push text, images, and apps; brightness and night mode.
npx @getmcp/cli add io.github.jonfishr/tronbyt-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TRONBYT_BASE_URLBase URL of your tronbyt/server, e.g. http://tronbyt.local:8000
TRONBYT_API_KEYPer-device API key from the Tronbyt web UI
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jonfishr/tronbyt-mcp": {
"command": "npx",
"args": [
"-y",
"tronbyt-mcp"
],
"env": {
"TRONBYT_BASE_URL": "",
"TRONBYT_API_KEY": ""
}
}
}
}