dice roller for VS Code
io.github.vandewilly/dice-roller
Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!
client:VS Code
transport:stdio
runtime:pypi
Install dice roller in VS Code
.vscode/mcp.json
{
"servers": {
"dice-roller": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-dice-roller"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs