alexa-mcp
Related Servers
Alternatives to alexa-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to control Home Assistant via natural language, including device control, automation management, and system configuration.MIT
- AlicenseAqualityAmaintenanceA comprehensive MCP server that enables AI assistants to interact with Home Assistant, control smart home devices, query states, execute services, and manage automations via natural language.784,689MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables users to manage their Amazon Alexa shopping lists directly from MCP clients like Claude. It provides tools for listing, adding, updating, and deleting shopping list items through secure Amazon account authentication.7MIT
- AlicenseAqualityBmaintenanceA self-hosted MCP server for Home Assistant that exposes full control over entity states, service calls, history, templates, and areas via local stdio, enabling AI assistants to manage your smart home.984MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables AI agents to control Xiaomi Mi Home smart devices through natural language, with support for listing devices, controlling properties, and running scenes.MIT
- AlicenseNot gradedqualityDmaintenanceA powerful MCP server that enables AI assistants to discover, commission, and control Matter-compatible smart home devices through a standardized interface.128MIT
TDQS
Scored across 18 tools
Every tool targets a distinct action and resource. The 'list_' tools are clearly differentiated by object (devices vs groups vs lists vs routines vs smarthome_devices), and all other tools have unique purposes (announce vs speak_ssml vs text_command, etc.), leaving no ambiguity.
All tool names follow the consistent pattern 'alexa_verb_noun' in snake_case. Verbs are descriptive (add, get, list, create, delete, set, etc.) and multi-word verbs are hyphenated appropriately (do_not_disturb, text_command). No mixing of conventions.
18 tools is well-scoped for a server covering voice announcements, smart home control, list management, routines, and device configuration. Each tool serves a necessary function without redundancy, fitting the typical 3-15 range slightly above but still reasonable.
The tool surface covers the main Alexa domains: CRUD for lists (add/get but missing delete/update), groups (full CRUD), devices (list, query, volume), routines (list/execute but no create/edit/delete), and voice actions (announce, SSML, text command). Minor gaps like list item deletion exist, but core workflows are complete.