Back to Home
m2ai-mcp-servers icon

mcp-philips-hue

Verified Safe

by m2ai-mcp-servers

Overview

Control Philips Hue smart lights (brightness, color, on/off) via an MCP server.

Installation

Run Command
npx mcp-philips-hue

Environment Variables

  • HUE_BRIDGE_IP
  • HUE_API_KEY

Security Notes

The server correctly retrieves sensitive information (Hue Bridge IP, API Key) from environment variables, avoiding hardcoded secrets. Input validation is present for brightness levels. Color inputs are processed by internal utility functions (hexToXy, colorNameToHex, colorTempToMireds) that appear robust. Light IDs are passed directly to the Hue Bridge API; assuming Hue Bridge IDs are safe (typically numeric or simple strings), this does not pose a direct injection risk, but in a broader context, URL component encoding for arbitrary user-supplied IDs would be a best practice. No 'eval' or direct arbitrary command execution is observed. Network calls are confined to the specified Hue Bridge IP.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

Philips HueSmart HomeLightingMCPHome Automation