uc-remote-mcp
Related Servers
Alternatives to uc-remote-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables secure remote control of Home Assistant and Life Dashboard/DSH via MCP, supporting entity state queries, whitelisted entity/scene control, lifecycle overview reading, DSH workspace summaries, and follow-up sending.1GNU Lesser General Public v2.1 only
- AlicenseAqualityBmaintenanceEnables controlling Home Assistant from an MCP client, allowing users to read device states, call services, and run configuration commands via REST and WebSocket.5MIT
- AlicenseAqualityDmaintenanceEnables querying WHOOP biometric data (recovery, strain, sleep, workouts, heart rate) from any MCP-compatible AI client, supporting remote and direct modes.16458 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables control of external Home Assistant devices via an MCP control layer and frontend system page.-
- AlicenseNot gradedqualityDmaintenanceExposes the UniFi Network Integration API as MCP tools, dynamically loaded from JSON manifests, with read-only mode by default.MIT
- AlicenseNot gradedqualityBmaintenanceEnables control of OBSBOT Tiny-series cameras (gimbal, zoom, focus, AI tracking, snapshots) through MCP tools.MIT
TDQS
Scored across 25 tools
Each tool targets a distinct resource or action—entities, activities, profiles, integrations, UI pages, buttons—with clear naming. The only potential overlap is the generic uc_request, but its purpose is intentionally broad and does not conflict with the specific tools.
All tools follow a consistent verb_noun pattern in snake_case (e.g., list_activities, configure_entities). The few uc_ prefixed tools (uc_ping, uc_ui_reference, uc_request) are consistently named as general utilities, maintaining overall uniformity.
With 25 tools, the set is slightly larger than the ideal 3-15 range but still appropriate for the domain's complexity. Each tool covers a distinct operation; some could be merged, but overall the count is reasonable.
The set covers core read operations well but misses create/delete for activities, profiles, and integration instances. Update operations are limited to UI pages. The presence of uc_request mitigates some gaps, but the specific tool surface feels incomplete for full CRUD workflows.