Dice Rolling MCP Server
Rank #28,020glama/jimmcq/dice-rolling-mcp
Provides cryptographically secure random dice rolls for AI assistants, supporting standard and advanced dice notation for tabletop RPGs and games.
Dice Rolling MCP Server is a Model Context Protocol (MCP) server published by jimmcq. It ranks #28,020 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Dice Rolling MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 7, 2025.
Ranks ahead of 87,571 of 115,591 servers on MCP Toplist.
Use Dice Rolling MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dice-rolling-mcp https://dice-rolling-mcp.vercel.app/mcp[mcp_servers.dice-rolling-mcp]
url = "https://dice-rolling-mcp.vercel.app/mcp"Add to ~/.codex/config.toml.
https://dice-rolling-mcp.vercel.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dice-rolling-mcp": {
"url": "https://dice-rolling-mcp.vercel.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dice-rolling-mcp": {
"type": "http",
"url": "https://dice-rolling-mcp.vercel.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dice-rolling-mcp": {
"serverUrl": "https://dice-rolling-mcp.vercel.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dice-rolling-mcp": {
"url": "https://dice-rolling-mcp.vercel.app/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fjimmcq%2Fdice-rolling-mcp)<a href="https://mcptoplist.com/server/glama%2Fjimmcq%2Fdice-rolling-mcp"><img src="https://mcptoplist.com/badge/glama%2Fjimmcq%2Fdice-rolling-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jimmcq
Other servers by jimmcq
View all jimmcq servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Dice Rolling MCP Server?
- Dice Rolling MCP Server is maintained by jimmcq, which publishes 2 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Dice Rolling MCP Server listed on the Official MCP Registry?
- Dice Rolling MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Dice Rolling MCP Server have?
- Dice Rolling MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Dice Rolling MCP Server?
- The source code for Dice Rolling MCP Server is hosted at github.com/jimmcq/dice-rolling-mcp.