loading…
Search for a command to run...
loading…
Provides comprehensive dice rolling, coin flipping, and tabletop RPG mechanics for AI assistants like Claude. It enables real-time tabletop gaming through featu
Provides comprehensive dice rolling, coin flipping, and tabletop RPG mechanics for AI assistants like Claude. It enables real-time tabletop gaming through features such as standard NdM notation, advantage/disadvantage rolls, and D\&D character stat generation.
A Model Context Protocol (MCP) server that provides dice rolling, coin flipping, and full DnD/tabletop RPG mechanics for AI assistants.
This MCP server gives Claude (or any MCP-compatible AI) the ability to roll dice, flip coins, and run tabletop RPG mechanics in real-time with true randomness.
flip_coin - Flip one or more coins, get Heads/Tails resultsroll_dice - Roll using standard NdM+K notation (e.g. 2d6, 1d20+5, 4d8-2)roll_advantage - Roll with advantage (2x, take higher) for DnD 5eroll_disadvantage - Roll with disadvantage (2x, take lower) for DnD 5eroll_stats - Generate a full DnD character stat block (4d6 drop lowest x6)roll_initiative - Roll initiative (1d20 + modifier) for DnD combatroll_custom - Roll any count/sides/modifier combo with an optional labelroll_percentile - Roll a percentile die (d100)roll_drop_lowest - Roll NdM and drop the lowest resultdocker mcp command)See INSTALLATION section at the bottom of this file, or follow the numbered steps provided when you received these files.
In Claude Desktop, you can ask:
Claude Desktop -> MCP Gateway -> Dice Roller MCP Server (Docker)
No external API or secrets needed. Pure Python random module.
# Run directly (no Docker needed for testing)
python dice_roller_server.py
# Test MCP protocol
echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | python dice_roller_server.py
MIT License
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"dice-roller-mcp-server": {
"command": "npx",
"args": []
}
}
}