pixoo-mcp-server
Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays.
Package Details
@cyanheads/pixoo-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Device IP address on the local network (e.g. 192.168.1.50). Required for device tools; discovery and pure-render (push: false) work without it.
64Display size in pixels: 16, 32, or 64. Must match the physical device.
Directory for auto-saving preview PNG and GIF files. When unset, previews are returned in-response only.
1000Minimum interval between device pushes in milliseconds. Prevents device freeze from rapid-fire commands.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/pixoo-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Device IP address on the local network (e.g. 192.168.1.50). Required for device tools; discovery and pure-render (push: false) work without it.
64Display size in pixels: 16, 32, or 64. Must match the physical device.
Directory for auto-saving preview PNG and GIF files. When unset, previews are returned in-response only.
1000Minimum interval between device pushes in milliseconds. Prevents device freeze from rapid-fire commands.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').