MCP server for wheelfor.com β create, spin, and manage decision wheels
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for wheelfor.com β create, spin, and manage shareable decision wheels from any MCP-compatible AI client.
Works with Claude Desktop, Cursor, Windsurf, VS Code, and any other MCP host. No account required.
| Tool | Description |
|---|---|
create_wheel | Create a new spinning wheel from a list of options |
spin_wheel | Spin an existing wheel and get a random result with a shareable URL |
update_wheel | Update a wheel's choices, name, or theme using its edit key |
decide | Pick randomly from a list and create a permanent wheel in one step |
Add to claude_desktop_config.json:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
Add to ~/.codeium/windsurf/mcp_config.json:
Once connected, ask your AI assistant:
create_wheelCreates a new wheel on wheelfor.com.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | β | Short title |
choices | string[] | β | Items on the wheel |
description | string | β | One sentence describing the wheel |
theme | string | β | Visual theme (see below) |
longDescription | string | 2β3 paragraphs on use cases | |
usageHint | string | Brief instruction for visitors | |
choiceNounSingular | string | Word for one choice (e.g. "restaurant") | |
choiceNounPlural | string | Plural form (e.g. "restaurants") |
Themes: Fresh Air Β· Popcorn Β· Playground Β· Sprinkles Β· Chalkboard Β· Buddy System Β· Garden Party Β· Marshmallow
Returns the wheel URL and an edit key for future updates.
spin_wheel| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | β | Wheel slug or full URL |
Returns the winning choice and a shareable result URL.
update_wheel| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | β | Wheel slug |
editKey | string | β | Edit key from creation |
name | string | New title | |
choices | string[] | New choices list | |
theme | string | New theme | |
description | string | New description |
decide| Parameter | Type | Required | Description |
|---|---|---|---|
options | string[] | β | Options to choose from |
topic | string | What the decision is about |
Picks a random option immediately, then creates a permanent wheel for future spins.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-338)<a href="https://allmcps.com/mcp/mcp-338"><img src="https://allmcps.com/api/badge/mcp-338?style=directory" alt="Wheelfor MCP on AllMCPs" /></a>