io.github.cyanheads/pixoo-mcp-server MCP Server
io.github.cyanheads/pixoo-mcp-server
What is the io.github.cyanheads/pixoo-mcp-server MCP server?
Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays.
How to install io.github.cyanheads/pixoo-mcp-server
Copy-paste configuration for popular MCP clients.
PIXOO_IPDevice 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.
PIXOO_SIZEDisplay size in pixels: 16, 32, or 64. Must match the physical device.
PIXOO_OUTPUT_DIRDirectory for auto-saving preview PNG and GIF files. When unset, previews are returned in-response only.
PIXOO_PUSH_MIN_INTERVAL_MSMinimum interval between device pushes in milliseconds. Prevents device freeze from rapid-fire commands.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
{
"mcpServers": {
"pixoo-mcp-server": {
"command": "bun",
"args": [
"-y",
"@cyanheads/pixoo-mcp-server",
"run",
"start:stdio"
],
"env": {
"PIXOO_IP": "<YOUR_PIXOO_IP>",
"PIXOO_SIZE": "<YOUR_PIXOO_SIZE>",
"PIXOO_OUTPUT_DIR": "<YOUR_PIXOO_OUTPUT_DIR>",
"PIXOO_PUSH_MIN_INTERVAL_MS": "<YOUR_PIXOO_PUSH_MIN_INTERVAL_MS>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"mcpServers": {
"pixoo-mcp-server": {
"command": "bun",
"args": [
"-y",
"@cyanheads/pixoo-mcp-server",
"run",
"start:stdio"
],
"env": {
"PIXOO_IP": "<YOUR_PIXOO_IP>",
"PIXOO_SIZE": "<YOUR_PIXOO_SIZE>",
"PIXOO_OUTPUT_DIR": "<YOUR_PIXOO_OUTPUT_DIR>",
"PIXOO_PUSH_MIN_INTERVAL_MS": "<YOUR_PIXOO_PUSH_MIN_INTERVAL_MS>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"mcpServers": {
"pixoo-mcp-server": {
"command": "bun",
"args": [
"-y",
"@cyanheads/pixoo-mcp-server",
"run",
"start:stdio"
],
"env": {
"PIXOO_IP": "<YOUR_PIXOO_IP>",
"PIXOO_SIZE": "<YOUR_PIXOO_SIZE>",
"PIXOO_OUTPUT_DIR": "<YOUR_PIXOO_OUTPUT_DIR>",
"PIXOO_PUSH_MIN_INTERVAL_MS": "<YOUR_PIXOO_PUSH_MIN_INTERVAL_MS>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"servers": {
"pixoo-mcp-server": {
"type": "stdio",
"command": "bun",
"args": [
"-y",
"@cyanheads/pixoo-mcp-server",
"run",
"start:stdio"
],
"env": {
"PIXOO_IP": "<YOUR_PIXOO_IP>",
"PIXOO_SIZE": "<YOUR_PIXOO_SIZE>",
"PIXOO_OUTPUT_DIR": "<YOUR_PIXOO_OUTPUT_DIR>",
"PIXOO_PUSH_MIN_INTERVAL_MS": "<YOUR_PIXOO_PUSH_MIN_INTERVAL_MS>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}claude mcp add pixoo-mcp-server --env PIXOO_IP=<YOUR_PIXOO_IP> --env PIXOO_SIZE=<YOUR_PIXOO_SIZE> --env PIXOO_OUTPUT_DIR=<YOUR_PIXOO_OUTPUT_DIR> --env PIXOO_PUSH_MIN_INTERVAL_MS=<YOUR_PIXOO_PUSH_MIN_INTERVAL_MS> --env MCP_LOG_LEVEL=<YOUR_MCP_LOG_LEVEL> --env MCP_HTTP_HOST=<YOUR_MCP_HTTP_HOST> --env MCP_HTTP_PORT=<YOUR_MCP_HTTP_PORT> --env MCP_HTTP_ENDPOINT_PATH=<YOUR_MCP_HTTP_ENDPOINT_PATH> --env MCP_AUTH_MODE=<YOUR_MCP_AUTH_MODE> -- bun -y @cyanheads/pixoo-mcp-server run start:stdioRelated MCP servers
Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP.
io.github.cyanheads/git-mcp-server
Comprehensive Git MCP server with 28 tools for clone, commit, branching, merging, and advanced workflows.
Agent-native TypeScript framework for building MCP servers with declarative definitions.
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.