mcpbeat Sign in

Dice Roller MCP Server

by vandewilly Your server? Claim it
local only

Dice Roller runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from pypi. Last commit 10 Dec 2025.

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

Installs per day peak 24 · avg 8 · -20% w/w
a month agotoday
51
Installs / week
pypi · mcp-dice-roller
0
Stars
0 open issues
10 Dec 2025
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Dice Roller every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dice-roller -- uvx mcp-dice-roller
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dice-roller": {
      "args": [
        "mcp-dice-roller"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dice-roller]
command = "uvx"
args = ["mcp-dice-roller"]
.cursor/mcp.json
{
  "mcpServers": {
    "dice-roller": {
      "args": [
        "mcp-dice-roller"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dice-roller": {
      "args": [
        "mcp-dice-roller"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Dice Roller

same job, measured the same way
Agent-Native Clips
by builderio

Screen recording, meeting notes, and voice dictation - all with AI

answering
Join Cloud
by kushneryk

Collaboration rooms for AI agents. Real-time messaging + standard git.

35 installs/wk local only
Rng MCP
by mrfentmen

Roll dice, flip coins, and generate random values locally. No network and no key.

113 installs/wk local only
Statutoryletters
by misspris2023

UK statutory letters citing real legislation, for councils, NHS, housing, SEND, employers and more.

5 tools answering
Coinlore MCP
by mrfentmen

CoinLore crypto market data: top coins, single coin, global stats, and markets. No key required.

273 installs/wk local only
Flstudio MCP
by rosasynthesiz

Control FL Studio with Claude: in-DAW mixing, diagnosis, routing, and composition.

67 installs/wk local only
Montana Code
by pipeworx-io

Montana Code Annotated — state statutes by citation.

37 tools answering
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

152 installs/wk local only

Dice Roller — questions

Answers built from our own checks of this server.

Why is there no uptime for Dice Roller?
Dice Roller runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-dice-roller was installed 51 times last week.
How do I connect Dice Roller?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-dice-roller straight from pypi; nothing to host, nothing to sign up for.
How many people use Dice Roller?
The pypi package mcp-dice-roller was installed 51 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dice Roller open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.