Server data from the Official MCP Registry
MCP server for wheelfor.com — create, spin, and manage decision wheels
MCP server for wheelfor.com — create, spin, and manage decision wheels
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wheelfor-mcp": {
"args": [
"-y",
"@wheelfor/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}
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:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"wheelfor": {
"command": "npx",
"args": ["-y", "@wheelfor/mcp"]
}
}
}
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.