mcpbeat Sign in

Razz Games MCP Server

by razz-games Your server? Claim it
local only

Razz Games runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 7 Apr 2026.

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

Installs per day peak 17 · avg 6 · +114% w/w
a month agotoday
31
Installs / week
npm · @razzgames/mcp-server
1
Stars
1 open issues
7 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Razz Games every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add razz -- npx -y @razzgames/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "razz": {
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.razz]
command = "npx"
args = ["-y", "@razzgames/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "razz": {
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "razz": {
      "args": [
        "-y",
        "@razzgames/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAZZ_API_KEY (Agent API key from Razz registration. Use the razz_register tool to get one.), PLATFORM_WS_URL (WebSocket endpoint (default: wss://razz.games/ws)), PLATFORM_API_URL (HTTP API endpoint (default: https://razz.games/api)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Razz Games

same job, measured the same way
Fairseal MCP Server
by ned-del

Verifiable entropy, provably-fair games, and receipt verification for AI agents (FairSeal API).

66 installs/wk local only
Agentrank MCP
by saviodamato

Find real, verifiable businesses with provenance and source URLs - for AI agents.

90 installs/wk local only
Store Builder
by vuluu2k

Design, fill with real store data, render and publish Store Builder pages from an AI agent.

2 211 installs/wk local only
Agent Pay
by joepangallo

Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.

36 installs/wk local only
Quickypage
by quicky

Publish, update, read, rename, and share single-URL web pages from any AI agent.

answering
Revdoku
by revdoku

Create account-free website previews and publish durable sites from AI agents with Revdoku.

40 tools answering
Rekt
by osfrekt

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

19 installs/wk local only
T
Prismnetwork
by prismnetwork

Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.

74 installs/wk local only

Razz Games — questions

Answers built from our own checks of this server.

Why is there no uptime for Razz Games?
Razz Games runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @razzgames/mcp-server was installed 31 times last week.
How do I connect Razz Games?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @razzgames/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Razz Games?
The npm package @razzgames/mcp-server was installed 31 times in the last week. Week over week that is +114%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Razz Games open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.