HueMCP
Related Servers
Alternatives to HueMCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables local network control of Tuya and Smart Life smart home devices without cloud round-trips, including power, brightness, color, and raw datapoint operations.9MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to control Philips Hue smart lighting systems using natural language, supporting light control, group management, scenes, and presets.MIT
- AlicenseNot gradedqualityDmaintenanceEnables control of Philips Hue lights through the Model Context Protocol, providing tools for turning lights on/off, setting brightness and color, and retrieving light status.1Apache 2.0
- AlicenseAqualityDmaintenanceEnables control of Philips Hue lights via Bluetooth LE directly from Claude, without requiring a Hue Bridge or internet connection.81MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Philips Hue smart lighting systems, including individual lights, groups, scenes, brightness, and color adjustments through natural language commands.-
- FlicenseAqualityDmaintenanceEnables control of Philips Hue lights through VS Code Copilot or Claude Desktop using natural language commands. Supports turning lights on/off, adjusting brightness, changing colors, and listing available lights on your Hue Bridge.2-
TDQS
Scored across 10 tools
Each tool has a clear, distinct purpose: listing resources, controlling lights individually or by group, activating scenes, identifying devices, and fetching bridge info. The generic get_resource is explicitly an escape hatch for unmapped resources.
All tool names follow a consistent verb_noun pattern (e.g., list_lights, set_light, activate_scene) using lowercase and underscores. No mixed conventions or vague verbs.
10 tools is well-scoped for a Hue bridge server, covering key operations (listing, setting, scenes, identification) without unnecessary bloat or missing essentials.
Covers core lighting control well with CRUD-like operations but lacks dedicated tools for sensors or scene creation. The generic get_resource mitigates minor gaps, and scene management relies on the app, which is reasonable.