Smart lighting control
Control Philips Hue lights, scenes, and rooms. Smart home lighting automation.
{
"mcpServers": {
"philips-hue": {
"mcpServers": {
"hue": {
"env": {
"HUE_USERNAME": "YOUR_USERNAME",
"HUE_BRIDGE_IP": "YOUR_BRIDGE_IP"
},
"args": [
"-y",
"hue-mcp"
],
"command": "npx"
}
}
}
}
}