Back to Apps

Reel Rando
Supports UIby asashiki
Turn decision paralysis into a game with interactive slot machines, spinning wheels, and card draws in chat.
0 stars
Works in:ChatGPT
Exposes:ToolsResources
What it does
Reel Rando is an interactive MCP App that replaces boring lists of options with engaging, randomized UI widgets. When the AI needs to help a user make a choice, it renders a playable slot machine, a spinning wheel, or a card-flip interface directly within the chat window.
Key features
- Three Interactive Modes: Choose between a vertical slot machine reel, an SVG spinning wheel with a pointer, or a face-down card fan.
- Server-Side Randomization: Ensures fair outcomes using
crypto.randomIntbefore the animation begins, preventing the AI from spoiling the result. - Visual Polish: Features a light/dark aware design language with smooth decelerations and interactive result footers.
- Flexible Input: Supports 2–12 options per spin with optional custom titles.
Installation
- Claude Desktop:
Add to
claude_desktop_config.json:{ "mcpServers": { "reel-rando": { "command": "node", "args": ["/path/to/reel-rando-mcp/dist/stdio.js"] } } } - Remote/Web (claude.ai/ChatGPT): Deploy via Docker and add the HTTPS endpoint as a custom connector.
Supported hosts
Confirmed for Claude Desktop, claude.ai, and ChatGPT web.
Quick install
npm install && npm run build && npm run start:stdioInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Add the hosted HTTPS endpoint to Custom Connectors in Settings.Claude Desktop
Add node path to dist/stdio.js to mcpServers config.





