dice

old-school-gamers/dice
★ 0 stars Go 💻 Code/Dev Tools Updated 3d ago
Tabletop RPG dice roller for Go: library, roll CLI, and dice-mcp server for Claude Code or any MCP client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dice": {
      "command": "go",
      "args": [
        "run",
        "github.com/old-school-gamers/dice@latest"
      ]
    }
  }
}

Topics

claude-codedicegolangmcprpgttrpg