wheelfor-mcp
@wheelfor/mcp
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.
Tools
Tool | Description |
| Create a new spinning wheel from a list of options |
| Spin an existing wheel and get a random result with a shareable URL |
| Update a wheel's choices, name, or theme using its edit key |
| Pick randomly from a list and create a permanent wheel in one step |
Related MCP server: Creative Ideation MCP Server
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}Usage
Once connected, ask your AI assistant:
"I can't decide between React, Vue, or Svelte — pick one"
"Create a wheel for our team retro: Start, Stop, Continue, More Of, Less Of"
"Spin wheelfor.com/wheel/lunch-spots"
"Add burgers to my lunch-spots wheel" (requires edit key from creation)
Tool Reference
create_wheel
Creates a new wheel on wheelfor.com.
Parameter | Type | Required | Description |
| string | ✓ | Short title |
| string[] | ✓ | Items on the wheel |
| string | ✓ | One sentence describing the wheel |
| string | ✓ | Visual theme (see below) |
| string | 2–3 paragraphs on use cases | |
| string | Brief instruction for visitors | |
| string | Word for one choice (e.g. | |
| string | Plural form (e.g. |
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 |
| string | ✓ | Wheel slug or full URL |
Returns the winning choice and a shareable result URL.
update_wheel
Parameter | Type | Required | Description |
| string | ✓ | Wheel slug |
| string | ✓ | Edit key from creation |
| string | New title | |
| string[] | New choices list | |
| string | New theme | |
| string | New description |
decide
Parameter | Type | Required | Description |
| string[] | ✓ | Options to choose from |
| string | What the decision is about |
Picks a random option immediately, then creates a permanent wheel for future spins.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables random selection tools including lottery drawing from option lists, dice rolling with customizable sides and counts, and coin flipping. Supports both single and multiple draws with duplicate control options.32
- Alicense-qualityCmaintenanceUtilizes the Google Gemini API to generate context-specific categories and diverse options for creative brainstorming. It features a random sampling function to help users bypass predictable AI patterns and discover unexpected, innovative ideas.161MIT
- Alicense-quality-maintenanceHelps users decide what to eat by randomly selecting meals from a database of 100+ options or a custom list using an interactive spinning wheel widget. It supports cuisine filtering and provides an engaging visual interface to resolve mealtime indecision.
- AlicenseAqualityCmaintenanceProvides vehicle wheel and tyre fitment data for 10,000+ makes, models, and trim levels through 32 read-only tools, enabling searches by vehicle, rim, or tire specifications.3257MIT
Related MCP Connectors
Decision intelligence for product teams. Turn scattered feedback into signal you can act on.
Create and manage short links, track clicks, and automate URL management
Human-in-the-loop for AI agents. Submit choices, get a human decision.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wheelfor/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server