@mukundakatta/dice-mcp
v0.1.0
Published
MCP server: parse and roll dice-notation expressions (1d20+5, 4d6, 2d10*3).
Maintainers
Readme
dice-mcp
MCP server: parse and roll RPG-style dice expressions. 1d20, 4d6+3,
2d10*5, 1d20+1d4-2. Backed by crypto.randomInt for unbiased rolls.
Tools
roll—{ expression: "4d6+3" }→{ rolls: [[5,2,6,4]], modifier: 3, multiplier: 1, total: 20 }parse— same input, returns only the structure (no rolling).
Configure
{ "mcpServers": { "dice": { "command": "npx", "args": ["-y", "@mukundakatta/dice-mcp"] } } }License
MIT.
