Halo PixelBar MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Halo PixelBar MCPchange scene to cyber"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Halo PixelBar MCP
A local MCP server for controlling an EDIFIER Halo PixelBar from an AI on Windows. It exposes a small allowlist for the ambient light, pixel screen, and the speaker's independent hardware volume.
This is an independent community project. It is not affiliated with, endorsed by, or supported by EDIFIER.
See PROTOCOL_NOTES.md for the observed packet format, field mappings, and live hardware tests.
Prerequisites
Windows 10 or Windows 11.
An EDIFIER Halo PixelBar (花再) exposing USB VID
0x2D99, PID0xA106, HID interface4, usage page0xFF14, and usage1.A USB connection that carries data, not a power-only cable. A data-capable adapter or dock is fine when Windows can enumerate the HID interface.
Python 3.11 or newer.
A local MCP host that can launch a stdio server, such as Codex or Claude Desktop.
EDIFIER TempoHub was installed while the protocol was validated, but this MCP does not call TempoHub, read an EDIFIER account, or require account credentials. The device filter is intentionally strict; other EDIFIER speakers and PixelBar revisions are not assumed to be compatible.
Install
git clone https://github.com/Seraph310/halo-pixelbar-mcp.git
cd halo-pixelbar-mcp
py -3.11 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e ".[dev]"Codex configuration
Add the following to %USERPROFILE%\.codex\config.toml, replacing both paths:
[mcp_servers.halo_pixelbar]
command = 'C:\path\to\halo-pixelbar-mcp\.venv\Scripts\python.exe'
args = ['C:\path\to\halo-pixelbar-mcp\server.py']
startup_timeout_sec = 30Restart the MCP host after changing its configuration.
Tools
Tool | Purpose |
| Detect the validated HID control interface |
| Read the independent 0-16 speaker volume |
| Set the hardware volume and verify it by querying again |
| Display a short UTF-8 message with a safe layout |
| Select a built-in clock, game, work, reading, pet, meme, cyber, or waveform scene |
| Set the pixel-screen theme color |
| Set light effect, RGB color, brightness, and speed |
| Switch only the ambient light on or off |
Tested environment
Windows 11 64-bit, build
26200.EDIFIER Halo PixelBar (花再), USB VID
0x2D99, PID0xA106.EDIFIER TempoHub installer version
1.2.6.Python
3.11.5.A data-capable USB adapter; a direct motherboard connection is not required when Windows can still enumerate the HID interface.
Safety boundary
Targets only the exact validated VID, PID, interface, usage page, usage, and a matching Halo/PixelBar product name.
Exposes no arbitrary HID packet, firmware, factory-reset, account, file, or shell-command tool.
Validates colors, scenes, effects, speed, brightness, layouts, text length, and hardware volume before writing.
Does not require or read EDIFIER TempoHub credentials.
Omits the physical device serial number from public MCP status results.
Optional music companion
Pair this server with CloudMusic Desktop MCP to let an MCP host coordinate AI-selected music with light, screen, and hardware-volume changes. The two servers are independent and can be installed separately.
Protocol attribution
The packet format was established through local device observation, the installed official controller, and live readback tests. It was also compared with the MIT-licensed XFEstudio/HaloPixelToolBox implementation and the official Halo PixelBar user manual. No extracted TempoHub binaries, decompiled files, credentials, firmware, or research snapshots are included in this repository.
Test
.\.venv\Scripts\python.exe -m pytest -qCredits
Built together by Celia and OpenAI Codex.
Celia led the product direction and live hardware validation. Codex assisted with reverse engineering, implementation, and testing.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Seraph310/halo-pixelbar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server