tronbyt mcp for Cursor
io.github.jonfishr/tronbyt-mcp
Control Tidbyt/Tronbyt LED displays: push text, images, and apps; brightness and night mode.
client:Cursor
transport:stdio
runtime:npm
Install tronbyt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tronbyt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tronbyt-mcp"
],
"env": {
"TRONBYT_BASE_URL": "<TRONBYT_BASE_URL>",
"TRONBYT_API_KEY": "<TRONBYT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs