mcp-dice
If you are the rightful owner of mcp-dice 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 that enables Large Language Models (LLMs) to roll dice using standard dice notation.
The mcp-dice server is designed to facilitate dice rolling for Large Language Models (LLMs) by interpreting standard dice notation such as '1d20', '3d6', or '2d8+1'. It processes these inputs to provide both individual dice rolls and their cumulative sum, making it a versatile tool for applications that require random number generation in a structured format. The server is easily integrable with platforms like Claude Desktop and supports debugging through tools like MCP Inspector. This makes it a valuable resource for developers looking to incorporate dice rolling functionality into their LLM applications.
Features
- Supports standard dice notation (e.g., '1d20', '3d6', '2d8+1')
- Returns both individual rolls and the total sum
- Easy integration with Claude Desktop
- Compatible with MCP Inspector for debugging