dice roller for Cursor
io.github.vandewilly/dice-roller
Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!
client:Cursor
transport:stdio
runtime:pypi
Install dice roller in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dice-roller": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-dice-roller"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs