Overview
Fumieval_mcp Server Diceroll is a tool designed to facilitate dice rolling functionality within the MCP (Minecraft: Java Edition) server environment.
To use the Fumieval_mcp Server Diceroll, you need to add the specified configuration to your claude_desktop_config.json file, which allows the server to recognize and execute the dice roll command.
- Easy integration with MCP servers - Customizable dice roll commands - Supports various dice types and configurations
- Enhancing gameplay by allowing players to roll dice for in-game decisions.
- Facilitating tabletop RPG mechanics within Minecraft.
- Customizing game events that require random number generation.
Add to your AI client
Use these steps to connect Fumieval_mcp Server Diceroll in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"fumieval-mcp-server-diceroll-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fumieval-mcp-server-diceroll-mcp-mirror"
]
}
}
}FAQ
Can I use this tool for any type of dice?
Yes! The server diceroll can be configured to support various types of dice.
Is there any setup required?
Yes, you need to add the configuration to your `claude_desktop_config.json` file as specified in the documentation.
Is this tool free to use?
Yes! Fumieval_mcp Server Diceroll is free to use for all MCP server users.