Pixoo MCP Server

@cyanheads/pixoo-mcp-server Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays on your local network via MCP. STDIO or Streamable HTTP. Its README documents 7 tools, including pixoo_display_text, pixoo_compose_scene, pixoo_push_image.

People who work with divoom, led matrix and pixel art and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 9 · #23 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Pixoo MCP Server

before you install - you'll need

Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, PIXOO_IP before connecting.

Claude Code

claude mcp add cyanheads-pixoo-mcp-server -- npx -y @cyanheads/pixoo-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @cyanheads/pixoo-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Pixoo MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can load an image (absolute local path or https URL), resize it to the LED grid, and push it. Returns the downsampled result as an image, set or clear a device-native scrolling text overlay. Uses device-rendered fonts, and read or change device state: brightness, screen on/off, channel, or clock face. Call with no params for a status read.

The 7 tools it gives your agent

Extracted from the project's README - what pixoo-mcp-server lets an agent do.

pixoo_display_text
- Render styled text (theme, gradient, shadow, outline, auto-fit) onto the display and push it. Returns the rendered frame as an image.
pixoo_compose_scene
- Compose a full scene: layered elements (text, icons, widgets, shapes, bitmaps, images, sprites) with per-element effects and keyframes, static or animated. Retu
pixoo_push_image
- Load an image (absolute local path or https URL), resize it to the LED grid, and push it. Returns the downsampled result as an image.
pixoo_overlay_text
- Set or clear a device-native scrolling text overlay. Uses device-rendered fonts; overlays persist across channel switches until cleared.
pixoo_control_device
- Read or change device state: brightness, screen on/off, channel, or clock face. Call with no params for a status read.
pixoo_discover_devices
- Find Pixoo devices on the local network via Divoom's cloud discovery endpoint. Run once during setup to find device IPs.
pixoo_design_brief
- Return craft guidance and live device context for a design topic. Covers legibility rules, palette discipline, layout zones, animation budget, and pre-filled ne

Latest releases

v1.1.2 · 2026-09-16

mcp-ts-core 0.13.2 adoption, plugin device config · Argument rejections now carry a structured -32602 error envelope alongside the existing readable text (cyanheads/mcp-ts-core#377) · 'stateless' is declared explicitly…

v1.1.1 · 2026-08-22

restore multi-arch Docker publish · 1.1.0 published no GHCR image - the build stage was target-platform, · so Bun 1.4.0 aborted under QEMU x86_64 emulation and the multi-arch · buildx push failed outright. npm, the MCP…

v1.1.0 · 2026-08-22

SDK v2 adoption, cache hints, path-traversal fix · Adopts the mcp-ts-core SDK v2 surface across all three render tools and · fixes a dead output-path validation guard. · Rendered images now ride content[] via…

04 · Who maintains Pixoo MCP Server

pixoo-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
  2. mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
  3. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
  4. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
  6. ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22

05 · Facts

category
data & analytics - ranked #23 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-16)
registry
io.github.cyanheads/pixoo-mcp-server (active, first published 2026-06-12 · 4 versions)
packages
npm:@cyanheads/pixoo-mcp-server · npm:@cyanheads/pixoo-mcp-server

06 · Pixoo MCP Server FAQ

Is Pixoo MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Pixoo MCP Server do?

With this server connected, an agent can load an image (absolute local path or https URL), resize it to the LED grid, and push it. Returns the downsampled result as an image, set or clear a device-native scrolling text overlay. Uses device-rendered fonts, and read or change device state: brightness, screen on/off, channel, or clock face. Call with no params for a status read.

How do I install Pixoo MCP Server?

Run `npx -y @cyanheads/pixoo-mcp-server`. The README documents 3 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, PIXOO_IP) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, PIXOO_IP before connecting. You can also paste the ready-made client config above.

Does Pixoo MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pixoo MCP Server