📦
Shelly Status Light
Control a Shelly Duo RGBW smart bulb as an availability status indicator -- MCP server for Claude Code, mic-detection daemon for macOS, and Stream Deck plugin.
0 installs
1 stars
Trust: 56 — Fair
Devtools
Installation
npx shelly-status-lightAsk AI about Shelly Status Light
Powered by Claude · Grounded in docs
I know everything about Shelly Status Light. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
shelly-status-light
Control a Shelly Duo RGBW smart bulb as an availability status indicator -- red when you're on a call, green when you're free, or any color you like.
Three independent components work together:
| Component | What it does |
|---|---|
| shelly-mcp/ | Go binary -- MCP server for Claude Code and standalone CLI |
| mic-monitor/ | Python daemon -- watches macOS mic activity and sets the light automatically |
| shelly-light/ | Stream Deck plugin -- physical buttons for status presets and custom colors |
Hardware requirements
- Shelly Duo RGBW (Gen 1) on your local network
- macOS (mic-monitor uses CoreAudio; the other components are cross-platform)
- Elgato Stream Deck (optional, only for the Stream Deck plugin)
Quick start
-
Copy the example configs and fill in your Shelly's IP address:
cp shelly-mcp/config.example.json shelly-mcp/config.json cp mic-monitor/config.example.json mic-monitor/config.json -
Build the Go binary:
cd shelly-mcp && go build -o shelly-mcp . -
Test it:
./shelly-mcp status available # light turns green ./shelly-mcp color red # light turns red ./shelly-mcp off # light turns off
See each component's README for full setup instructions.
License
MIT -- see LICENSE.
