mcp-dice: A MCP Server for Rolling Dice
@yamaton
About mcp-dice: A MCP Server for Rolling Dice
A MCP server enabling LLMs to roll dice
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-dice": {
"command": "uvx",
"args": [
"mcp-dice"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-dice?
A Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to roll dice. It accepts standard dice notation (e.g., 1d20) and returns both individual rolls and their sum.
How to use mcp-dice?
Install via Smithery with npx @smithery/cli install mcp-dice --client claude or run directly with uvx mcp-dice. The server expects a JSON object with a notation field (e.g., {"notation": "2d6+3"}). For Claude Desktop, add a configuration entry with command uvx and args ["mcp-dice"] in claude_desktop_config.json.
Key features of mcp-dice
- Supports standard dice notation (e.g.,
1d20,3d6) - Returns individual rolls and total sum
- Handles modifiers (e.g.,
2d8+1) - Easy integration with Claude Desktop
- Compatible with MCP Inspector for debugging
Use cases of mcp-dice
—
FAQ from mcp-dice
How do I install mcp-dice?
Install via Smithery using npx @smithery/cli install mcp-dice --client claude, or run directly with uvx mcp-dice (requires uv to be available).
What dice notation does mcp-dice support?
It supports standard dice notation such as 1d20, 3d6, and 2d8+1.
How do I configure mcp-dice with Claude Desktop?
Add an entry to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/) with command uvx and args ["mcp-dice"].
What is the output format?
Returns a JSON object containing rolls (array), sum, modifier, total, notation, and timestamp.
Can I use mcp-dice for debugging?
Yes, it is compatible with MCP Inspector. Run npx @modelcontextprotocol/inspector uvx mcp-dice to inspect and debug the server.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
Comments