Catalog
io.github.m2ai-mcp-servers/mcp-philips-hue
OfficialMCP server for Philips Hue smart lighting control
Controls Philips Hue smart lighting systems.
README not available yet.
Install
Configuration
Environment variables
HUE_BRIDGE_IPrequiredIP address of your Philips Hue Bridge
HUE_API_KEYrequiredsecretYour Hue Bridge API key
claude_desktop_config.json
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue@1.0.0"
],
"env": {
"HUE_BRIDGE_IP": "<YOUR_HUE_BRIDGE_IP>",
"HUE_API_KEY": "<YOUR_HUE_API_KEY>"
}
}
}
}