Back to directory
thesethrose/alexa-shopping-list

thesethrose/alexa-shopping-list

@TheSethRose

Seamlessly manage your Alexa shopping list. Add, remove, and view items instantly. Interact with your Alexa shopping list via MCP, using AI assistants like Claude or Cursor.

alexashopping-listmcpvoice-assistantamazontask-managementproductivityai-assistantcommerce

Installation & Configuration

{
  "alexa-shopping-list": {
    "displayName": "Alexa Shopping List MCP",
    "description": "MCP Server for interacting with Alexa shopping list via local API",
    "command": "/path/to/your/alexa-mcp/.venv/bin/python",
    "args": [
      "-m",
      "src.mcp.mcp_server"
    ],
    "workingDirectory": "/path/to/your/alexa-mcp",
    "env": {
      "PYTHONPATH": "/path/to/your/alexa-mcp"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15