mise

annatchijova/mise
★ 0 stars TypeScript AI/LLM Updated today
Mise: an MCP add-on for Alexa+ that keeps your pantry by voice, plans the week around what you have and what expires, guides cooking step by step across sessions, substitutes with a chef's judgment, and buys what's missing. Deterministic server, no LLM of its own.
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": {
    "mise": {
      "command": "npx",
      "args": [
        "-y",
        "annatchijova/mise"
      ]
    }
  }
}