← Index

io.github.m2ai-mcp-servers/mcp-philips-hue

io.github.m2ai-mcp-servers/mcp-philips-hue·v1.0.0·Other
Quality Score
75
/100

MCP server for Philips Hue smart lighting control

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-philips-hue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-philips-hue"
      ],
      "env": {
        "HUE_BRIDGE_IP": "<hue_bridge_ip>",
        "HUE_API_KEY": "<your-hue_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-philips-hue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-philips-hue"
      ],
      "env": {
        "HUE_BRIDGE_IP": "<hue_bridge_ip>",
        "HUE_API_KEY": "<your-hue_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-philips-hue
§02  Environment variables
HUE_BRIDGE_IP
required

IP address of your Philips Hue Bridge

HUE_API_KEY
requiredsecret

Your Hue Bridge API key

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other