home / mcp / alexa shopping list mcp server

Alexa Shopping List MCP Server

Provides an MCP server to manage Alexa shopping list via a local API and AI assistants.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "thesethrose-alexa-shopping-list": {
      "url": "http://127.0.0.1:8000",
      "headers": {
        "PYTHONPATH": "/path/to/your/alexa-mcp"
      }
    }
  }
}

Available tools

uv

Python virtual environment helper used to create and manage a venv (uv venv) and install dependencies (uv pip) as described in the setup steps.