Stateless dice engine MCP tool server - generic d20-style notation, L5R 4e Roll & Keep, and L5R 5e ring/skill symbol dice
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dice-mcp-server": {
"command": "npx",
"args": [
"-y",
"guan-tends/dice-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add dice-mcp-server npx -y guan-tends/dice-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dice-mcp-server": {
"command": "npx",
"args": [
"-y",
"guan-tends/dice-mcp-server"
]
}
}
}