ai-remote
Related Servers
Alternatives to ai-remote
No user-submitted related servers found.
Related Servers
- FlicenseAqualityBmaintenanceMCP server for controlling Android, Fire TV, and Android TV devices through ADB, enabling device management, app operations, screenshots, UI dumps, and OBS recording.30-
- FlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to control TVs on a local network through natural language commands. It currently supports Roku devices, allowing users to launch apps, manage playback, and navigate menus.5-
- FlicenseAqualityDmaintenanceMCP server for vision capabilities, enabling screenshot, camera, and image analysis using Ollama vision models.41-
- AlicenseAqualityDmaintenanceAn MCP server that lets AI agents control Android TVs via ADB, including searching and playing content across streaming services, managing power and volume, and sending remote control commands.66 npm3MIT
- AlicenseAqualityAmaintenanceMCP server that gives AI agents full vision and control over Android devices via ADB and scrcpy. Supports screenshots, input, apps, UI automation, shell, files, and clipboard.38231 npm93MIT
- AlicenseAqualityCmaintenanceMCP server for controlling Google TV devices via natural language. Enables key presses, text input, and app launching on paired devices.5MIT
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: observe provides a full snapshot with UI tree, status offers a lightweight state check, command sends high-level remote actions, press sends raw key events, type_text handles text input, launch controls app lifecycle, and play_uri opens specific content. No two tools are ambiguous; even the overlapping state-retrieval tools are differentiated by the presence of a screenshot and UI tree.
All tools follow a strict `fire_tv_` prefix followed by a clear verb or verb phrase (observe, status, command, press, type_text, launch, play_uri). The verb-first pattern is consistent and easy to predict, making the tool names intuitive and cohesive.
Seven tools is a well-scoped size for a remote-control server. Each tool covers a distinct aspect of controlling a Fire TV (observing state, sending commands, typing, launching apps, and playing content), and there is no unnecessary redundancy or bloat.
The set covers the core remote-control lifecycle: observation, state checks, command execution, text input, app launch, and URI playback. Minor gaps exist, such as the lack of a tool to list installed packages or adjust volume, but these are likely outside the server's intended scope and can be worked around via launch and command tools.