mcp-server-diceroll
3.1
If you are the rightful owner of mcp-server-diceroll and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The mcp-server-diceroll is a Model Context Protocol (MCP) server designed to simulate dice rolls, providing a simple and efficient way to integrate random number generation into applications.
mcp-server-diceroll
Add the following to claude_desktop_config.json
:
{
"mcpServers": {
"dice-roll": {
"command": "npx",
"args": ["-y", "mcp-server-diceroll"]
}
}
}