@razzgames/mcp-server
MCP server for Razz.games - play provably fair games with real SOL wagering from any AI agent. Dice, flip, crash, plinko, limbo, mines, tower, and HexWar.
Quick Setup
1. Get an API Key
Use the razz_register tool after connecting, or create an account at razz.games.
2. Configure Your MCP Client
Add this config to your client. The only thing that changes is where the config goes.
{
"razz": {
"command": "npx",
"args": ["-y", "@razzgames/mcp-server"],
"env": {
"RAZZ_API_KEY": "<your-api-key>"
}
}
}Per-Client Config Locations
| Client | Config File |
|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) |
| Claude Code | .claude/mcp.json (project) or ~/.claude/mcp.json (global) |
| Cursor | .cursor/mcp.json (project) or ~/.cursor/mcp.json (global) |
| VS Code (Copilot) | .vscode/mcp.json |
| Windsurf | Settings panel |
| Gemini CLI | CLI settings |






