Loading MCP server directory, please wait...
MCP server for Philips Hue smart lighting control
npx @getmcp/cli add io.github.m2ai-mcp-servers/mcp-philips-hueRequires Node.js 18+. Community-contributed server. Review source before installing.
HUE_BRIDGE_IPIP address of your Philips Hue Bridge
HUE_API_KEYYour Hue Bridge API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.m2ai-mcp-servers/mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "",
"HUE_API_KEY": ""
}
}
}
}