Skip to main content
Glama
snordquist

alexa-mcp

by snordquist

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALEXA_MCP_PROXY_IPNoMust match the URL you open during login127.0.0.1
ALEXA_MCP_AUTH_PATHNoToken file location.auth/alexa.json
ALEXA_MCP_PROXY_BINDNoProxy bind address0.0.0.0
ALEXA_MCP_PROXY_PORTNoProxy port for the login3456
ALEXA_MCP_REFRESH_MSNoToken refresh interval in milliseconds345600000
ALEXA_MCP_ALLOW_WRITENoSet to '1' to enable destructive tools
ALEXA_MCP_AMAZON_PAGENoLogin region (e.g., amazon.com, amazon.co.uk)amazon.de
ALEXA_MCP_ACCEPT_LANGUAGENoAccept-Language headerde-DE

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
alexa_list_devicesA

All registered Echos / apps / Fire TVs (name, type, serial number).

alexa_list_routinesB

All routines: automationId, name, status, trigger types. Use this to identify a routine (e.g. a scheduled one that fires an unexpected scene).

alexa_get_routineA

Raw JSON of one routine (incl. action sequence) by automationId.

alexa_list_scenesD

Smart-home entities including scenes usable as routine actions.

alexa_get_activityB

Activity history (customer-history-records-v2). Shows what fired when — useful to confirm when a routine or command was triggered.

alexa_list_smarthome_devicesA

All smart-home devices with applianceId, source (manufacturerName + applianceId prefix: SKILL = a smart-home skill, AAA = Matter/Matter bridge) and — for skill devices — the backing entity id. Use this to find orphaned devices (still in Alexa but no longer exposed by their source).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/snordquist/alexa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server