Fl0p/HUEMCP
3.2
If you are the rightful owner of HUEMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP server for controlling Philips Hue smart lights.
Tools
2
Resources
0
Prompts
0
Philips Hue MCP Server Bundle
MCP server for controlling Philips Hue smart lights.
Features
- Automatic Bridge discovery via mDNS
- Setup and configure API key
- Control lights (on/off, brightness, color)
- Manage zones and rooms
- Support for grouped lights
Quick Start
For Claude Desktop
- Download and install the MCPB bundle from releases
- Configuration (choose one):
- Option A (Recommended): Skip configuration and use built-in tools:
- Use
discover_bridgetool to find your Hue Bridge - Press the physical button on your Hue Bridge
- Use
complete_bridge_setuptool to create API key
- Use
- Option B: Enter Bridge IP and API key in configuration window during installation
- Option A (Recommended): Skip configuration and use built-in tools:
For Other MCP Clients (e.g., Cursor)
- Clone repository and install dependencies:
git clone https://github.com/yourusername/HUEMCP.git
cd HUEMCP
yarn install
-
Setup (choose one):
Option A: Interactive setup (Recommended)
yarn setupFollow the interactive prompts to configure your Bridge.
Option B: Manual configuration via ENV variables
export HUE_BRIDGE_IP="your-bridge-ip" export HUE_API_KEY="your-api-key" -
Start the server:
yarn start
Need Bridge IP and API key? See for step-by-step instructions using mDNS and curl.
Technical Details
Currently this MCP server uses direct HTTP calls to Philips Hue API v1.
Future Plans
Migration to node-hue-api library is planned, which will provide:
- TypeScript implementation of Philips Hue API v2
- Complete API coverage with type definitions
- Scene management and scheduling
- Entertainment API for streaming colors
- Enhanced performance and features
Documentation
Full documentation is available in
Resources
License
MIT