Loading MCP server directory, please wait...
Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays.
npx @getmcp/cli add io.github.cyanheads/pixoo-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/pixoo-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/pixoo-mcp-server",
"run",
"start:stdio"
],
"env": {
"PIXOO_IP": "",
"PIXOO_SIZE": "64",
"PIXOO_OUTPUT_DIR": "",
"PIXOO_PUSH_MIN_INTERVAL_MS": "1000",
"MCP_LOG_LEVEL": "info"
}
}
}
}