MCP Server
MCP
io.github.vandewilly/dice-roller
Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!
Install
uvx mcp-dice-roller
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-dice-roller",
"version": "0.1.0",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-m",
"type": "positional"
},
{
"value": "mcp_dice_roller",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment