index01-mcp-alexa

awwaiid/index01-mcp-alexa
★ 0 stars Python AI/LLM Updated 4d ago
An mcp bounce server letting me control Alexa from my index01
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "index01-mcp-alexa": {
      "command": "uvx",
      "args": [
        "index01-mcp-alexa"
      ]
    }
  }
}

Or install with pip: pip install index01-mcp-alexa

README Excerpt

Say **"Tell Alexa to set an alarm for 5 minutes"** into the ring, and your Echo sets the alarm. ``` Index 01 ring ──BLE──▶ Pebble app (transcribes) ──▶ Pebble cloud agent (LLM) │ MCP tool call: tell_alexa("set an alarm for 5 minutes") ▼ cloudflared tunnel ──▶ this server (server.py, Streamable HTTP MCP)

Tools (1)

alexa