Skip to main content
Glama
saidsurucu

d20-mcp

by saidsurucu

๐ŸŽฒ d20-mcp

๐Ÿ‡น๐Ÿ‡ท Tรผrkรงe README iรงin tฤฑklayฤฑn / Click here for Turkish README

A powerful MCP (Model Context Protocol) server for dice rolling in RPG games. Built with FastMCP and the d20 library, this server brings comprehensive dice mechanics to Claude and other MCP clients.

Perfect for D&D, Pathfinder, and any tabletop RPG that uses standard dice notation!

โœจ Features

  • ๐ŸŽฏ Simple Rolls: Quick 1d20+5 expressions with instant results

  • ๐Ÿ“Š Detailed Analysis: See every die roll with AST breakdown

  • โšก Batch Rolling: Roll multiple expressions efficiently

  • โœ… Syntax Validation: Check expressions before rolling

  • ๐ŸŽฎ Advanced Mechanics: Keep/drop, reroll, exploding dice, and more

  • ๐Ÿค– LLM-Optimized: Comprehensive tool descriptions for AI understanding

Related MCP server: Dice Roller MCP Server

๐Ÿš€ Quick Start

Easy Setup (Remote MCP)

The quickest way to use d20-mcp - no installation needed!

  1. Open Claude Desktop

  2. Go to Settings โ†’ Connectors

  3. Click Add Custom Connector

  4. Enter the URL: https://d20-mcp.fastmcp.app/mcp

Note: Remote MCP support is currently in beta and available for Claude Pro, Max, Team, and Enterprise users.

Local Installation (Alternative)

For local installation with uvx:

uvx --from git+https://github.com/saidsurucu/d20-mcp d20-mcp

Claude Desktop Configuration (Local)

Add this to your claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "d20-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/saidsurucu/d20-mcp",
        "d20-mcp"
      ]
    }
  }
}

Restart Claude Desktop completely (Quit and reopen), then look for the ๐Ÿ”จ hammer icon!

๐Ÿ“ธ Screenshot

d20-mcp in action

๐ŸŽฎ Usage Examples

Once installed, try these prompts with Claude:

Basic Rolling

Roll 1d20+5 for my attack

Character Creation

Roll 6 sets of 4d6kh3 for ability scores

Combat

Roll attack (1d20+7) and damage (2d8+4) for my greatsword

With Advantage

Roll 2d20kh1+5 for my Perception check with advantage

Complex Expressions

Roll (1d4+1)*2 for Magic Missile damage

๐Ÿ› ๏ธ Available Tools

roll

Quick dice rolls returning total and formatted result. Perfect for standard gameplay.

Use for: Attack rolls, ability checks, damage, saving throws

roll_detailed

Comprehensive breakdown with AST structure showing individual die values and operations.

Use for: Character creation, debugging complex rolls, transparency

roll_batch

Roll multiple different expressions in one operation.

Use for: Combat rounds, rolling all ability scores, party checks

validate_syntax

Validate expressions without rolling (no randomness).

Use for: Testing complex expressions, user input validation

๐Ÿ“ Supported Dice Notation

Basic

  • 1d20 - Roll one 20-sided die

  • 3d6 - Roll three 6-sided dice

  • d20 - Equivalent to 1d20

Keep/Drop

  • 4d6kh3 - Keep highest 3

  • 4d6kl1 - Keep lowest 1

  • 4d6p1 - Drop lowest 1

Reroll

  • 1d20rr<10 - Reroll until โ‰ฅ10

  • 1d20ro1 - Reroll 1s once

Exploding Dice

  • 1d6e - Explode on max

  • 1d6e6 - Explode on 6

Min/Max

  • 1d20mi10 - Minimum 10

  • 1d20ma20 - Maximum 20

Arithmetic

  • 1d20+5 - Addition

  • 2d6-1 - Subtraction

  • 3d6*2 - Multiplication

  • (1d4+1)*2 - Parentheses

Advanced

  • 2d20kh1+5 - Advantage in D&D

  • 2d20kl1+2 - Disadvantage

  • 8d6 [fire] - Annotated damage (with allow_comments)

๐ŸŽฏ Common RPG Use Cases

D&D 5e Character Creation

Roll me 6 ability scores using 4d6 keep highest 3

Attack with Advantage

I have advantage on this attack. Roll 2d20kh1+8

Critical Hit

I crit! Roll 4d6+2d6+5 for my sneak attack damage

Multiple Saves

Roll saves for 4 party members: 1d20+5, 1d20+2, 1d20+7, 1d20+3

๐Ÿ”ง Development

Local Testing

# Clone the repository
git clone https://github.com/saidsurucu/d20-mcp.git
cd d20-mcp

# Run with uv
uv run server.py

# Or with Python directly (after installing dependencies)
python server.py

Project Structure

d20-mcp/
โ”œโ”€โ”€ server.py          # Main MCP server with 4 tools
โ”œโ”€โ”€ pyproject.toml     # Project configuration
โ”œโ”€โ”€ README.md          # English documentation
โ”œโ”€โ”€ README.tr.md       # Turkish documentation
โ””โ”€โ”€ LICENSE            # MIT License

๐Ÿค Contributing

Contributions are welcome! Feel free to:

  • Report bugs

  • Suggest new features

  • Submit pull requests

  • Improve documentation

๐Ÿ“„ License

MIT License - see LICENSE file for details.

๐Ÿ™ Credits

Built with:

  • d20 - Powerful dice rolling engine

  • FastMCP - FastMCP framework

  • MCP - Model Context Protocol

๐Ÿ“š Learn More


Made with โค๏ธ for the TTRPG community

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/d20-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server