Home / MCP / Alexa Shopping List MCP Server
Provides an MCP server to manage Alexa shopping list via a local API and AI assistants.
Configuration
View docs{
"mcpServers": {
"alexa-shopping-list": {
"url": "http://127.0.0.1:8000"
}
}
}Python virtual environment helper used to create and manage a venv (uv venv) and install dependencies (uv pip) as described in the setup steps.