mcp-server-diceroll logo

mcp-server-diceroll

by MCP-Mirror

This server adds a dice rolling functionality to your MCP (Multi-Character Platform) setup. It allows users to perform dice rolls within the application.

View on GitHub

Last updated: N/A

mcp-server-diceroll

Add the following to claude_desktop_config.json:

{
  "mcpServers": {
    "dice-roll": {
      "command": "npx",
      "args": ["-y", "mcp-server-diceroll"]
    }
  }
}