lpbayliss/server-dice-roll
If you are the rightful owner of server-dice-roll and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for simulating dice rolls with support for standard dice notation and Fate/Fudge dice.
The server-dice-roll is a Model Context Protocol (MCP) server designed to simulate dice rolls, supporting both standard dice notation and Fate/Fudge dice. It is capable of parsing standard dice notation strings such as '2d6', '1d20+5', or '4dF', and supports multiple dice types. The server generates truly random dice rolls with accurate probability distributions and includes full input and output validation using Zod schemas. It seamlessly integrates with any MCP-compatible client, such as Claude Desktop, making it a versatile tool for tabletop role-playing games and other applications requiring dice simulations.
Features
- Dice Notation Parsing: Parse standard dice notation strings like '2d6', '1d20+5', or '4dF'.
- Multiple Dice Types: Support for both standard dice and Fate/Fudge dice.
- Random Rolling: Generate truly random dice rolls with accurate probability distributions.
- Validation: Full input and output validation using Zod schemas.
- MCP Integration: Seamlessly integrates with any MCP-compatible client like Claude Desktop.