Odel
Razz Games

Razz Games

Local
@razz-games1TypeScriptMITUpdated 5mo ago

Play provably fair games with real SOL wagering from any AI agent

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@razzgames/mcp-serverv0.3.1

Run

npx -y @razzgames/mcp-server

MCP client config

{
  "mcpServers": {
    "razz-games": {
      "command": "npx",
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ]
    }
  }
}