Mcp Server Diceroll
用于模型上下文协议的骰子投掷服务器。
Dice Roll Server Quick Start Guide
Setup
Add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"dice-roll": {
"command": "npx",
"args": ["-y", "mcp-server-diceroll"]
}
}
}
This configures a dice-roll server for Model Context Protocol (MCP) that can be used with Claude to simulate dice rolls.