Odel
pixoo mcp server

pixoo mcp server

Local
@cyanheads8TypeScriptApache-2.0Updated 2w ago

Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cyanheads/pixoo-mcp-serverv1.1.1

Run

npx -y @cyanheads/pixoo-mcp-server

MCP client config

{
  "mcpServers": {
    "pixoo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/pixoo-mcp-server"
      ]
    }
  }
}
npm@cyanheads/pixoo-mcp-serverv1.1.1

Run

npx -y @cyanheads/pixoo-mcp-server

MCP client config

{
  "mcpServers": {
    "pixoo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/pixoo-mcp-server"
      ]
    }
  }
}