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": {
"thesethrose-alexa-shopping-list": {
"url": "http://127.0.0.1:8000",
"headers": {
"PYTHONPATH": "/path/to/your/alexa-mcp"
}
}
}
}Python virtual environment helper used to create and manage a venv (uv venv) and install dependencies (uv pip) as described in the setup steps.