Skip to content
Grok

dice roller for Grok

io.github.vandewilly/dice-roller

Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!

client:Grok transport:stdio runtime:pypi

Install dice roller in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dice-roller": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-dice-roller"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dice roller in other clients