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.

python
Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
    "mcpServers": {
        "alexa-shopping-list": {
            "url": "http://127.0.0.1:8000"
        }
    }
}

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.