eg
AS

Alexa Shopping List

repo →

add, remove, and view Alexa shopping list items via Claude or Cursor using MCP

stdio· Token· source

> install

git clone https://github.com/thesethrose/alexa-shopping-list

This open-source FastAPI bridge exposes Amazon's Alexa shopping list as a programmable endpoint, letting developers view, add, delete, and toggle list items outside the Alexa app. It targets technical teams building voice-to-commerce experiments, smart home integrations, or internal tools that need to sync household shopping intent with inventory, fulfillment, or grocery ordering systems. Buyers are engineers at connected-commerce startups, grocery retailers, or IoT platforms experimenting with voice capture.

> what it does

  • Exposes Alexa shopping list data through a FastAPI REST bridge
  • Supports add, delete, view, and mark-complete item operations
  • Runs locally as a self-hosted Python service for developers
  • Enables voice-capture data to flow into custom commerce workflows
  • Open-source GitHub project suitable for prototyping and internal tools