dice-mcp-v2

thierrypdamiba/dice-mcp-v2
★ 0 stars Python AI/LLM Updated 1d ago
A minimal, well-typed dice-rolling MCP server for ToolBench v2 submission.
View on GitHub → Try with Claude — $10 free →

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-v2": {
      "command": "uvx",
      "args": [
        "dice-mcp-v2"
      ]
    }
  }
}

Or install with pip: pip install dice-mcp-v2

README Excerpt

A minimal, well-typed **dice-rolling MCP server**. One tool, `roll_dice`, that an AI agent can call to roll any number of dice with any number of sides and get back every roll plus the total. Built on [Arcade](https://arcade.dev)'s `arcade-mcp-server`. ```bash uv sync # or: pip install -e . ```

Tools (3)

countrollssides