mcpbeat Sign in

Pixoo MCP Server

local only

Pixoo MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 216 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 307 · avg 30 · +700% w/w
a month agotoday
216
Installs / week
npm · @cyanheads/pixoo-mcp-server
9
Stars
6 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pixoo MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pixoo-mcp-server -- npx -y @cyanheads/pixoo-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pixoo-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/pixoo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pixoo-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/pixoo-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "pixoo-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/pixoo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pixoo-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/pixoo-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PIXOO_IP (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.), PIXOO_SIZE (Display size in pixels: 16, 32, or 64. Must match the physical device.), PIXOO_OUTPUT_DIR (Directory for auto-saving preview PNG and GIF files. When unset, previews are returned in-response only.), PIXOO_PUSH_MIN_INTERVAL_MS (Minimum interval between device pushes in milliseconds. Prevents device freeze from rapid-fire commands.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pixoo MCP Server

same job, measured the same way
agentView
by agentview

Display delivery platform for AI agents. Push HTML, dashboards and live data to screens.

57 tools answering
ChartPane
by ahmadsl

Renders interactive Chart.js charts and dashboards inline in AI conversations.

answering
Slickfast
by slickfast

Render 47 chart types and tiled dashboards as PNG/SVG. Deterministic, no headless browser.

375 installs/wk answering
Agenthub Monitor
by nevelsk65

Renders a pipeline DAG and test-harness dashboard inline as an MCP App

local only
Dvt
by dvt

Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.

answering
xrpldashboard
by xrpldashboard

Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots.

15 tools answering
Home Assistant MCP
by coolver

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

217 installs/wk local only
Kibana MCP
by mshegolev

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

128 installs/wk local only

Pixoo MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixoo MCP Server?
Pixoo MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cyanheads/pixoo-mcp-server was installed 216 times last week.
How do I connect Pixoo MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cyanheads/pixoo-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Pixoo MCP Server?
The npm package @cyanheads/pixoo-mcp-server was installed 216 times in the last week. Week over week that is +700%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pixoo MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 9 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.