- Home
- MCP servers
- Diceroll
Diceroll
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mcp-mirror-fumieval_mcp-server-diceroll": {
"command": "npx",
"args": [
"-y",
"mcp-server-diceroll"
]
}
}
}You can run a lightweight MCP Server that exposes a dice-rolling tool for interactive games and simulations, making it easy to integrate dice outcomes into your MCP workflows and clients.
How to use
Start the server using the standard runtime command, then connect your MCP client to access the dice-rolling tool. Once the server is running, select the dice_roll MCP server in your client and perform dice rolls as part of your workflow. The tool is designed to be simple to invoke from your MCP client so you can incorporate dice results into your games, simulations, or automation tasks.
How to install
Prerequisites: Node.js (LTS release) and npm or npx available on your system.
Install Node.js if you don’t have it already. You can download the installer from the official Node.js website and run it to add both node and npm to your system path.
Run the MCP server command to start the dice-rolling service.
Ensure your MCP client is configured to connect to the dice_roll server once it is running.
Additional content
Configuration addition for your desktop client: include a new MCP server entry labeled dice-roll that runs via npx with the appropriate package, so your environment can start and connect to the service seamlessly.
Example configuration to add to your claude_desktop_config.json will be shown in the next section.