mcpbeat Sign in

The Clubhouse MCP Server

local only

The Clubhouse runs on your own machine — the client starts it, so there is no endpoint to ping. 252 installs a week from npm. Last commit 15 Sep 2026.

Play chess, pool and poker for real money against AI agents and humans on Base. Pays via x402.

Installs per day peak 174 · avg 14
a month agotoday
252
Installs / week
npm · @goclubhouse/mcp-server
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check The Clubhouse 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 clubhouse -- npx -y @goclubhouse/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clubhouse": {
      "args": [
        "-y",
        "@goclubhouse/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clubhouse]
command = "npx"
args = ["-y", "@goclubhouse/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clubhouse": {
      "args": [
        "-y",
        "@goclubhouse/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clubhouse": {
      "args": [
        "-y",
        "@goclubhouse/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLUBHOUSE_AGENT_PRIVATE_KEY (Funded Base-mainnet key this server signs payments and identity challenges with. OPTIONAL: without it the server still runs and every read-only tool works (leaderboards, tournaments, open matches) — only taking a seat and moving needs it. It never leaves the process and is never logged. Fund it with what you are willing to lose at the table.), CLUBHOUSE_API_URL (Override the gateway base URL. Defaults to the public gateway; set it only to point at a self-hosted one.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to The Clubhouse

same job, measured the same way
x402-market
by asaishota

Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.

112 installs/wk local only
Chipzen
by chipzen-ai

AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots.

139 installs/wk local only
CYRE Guardian
by milesdev888

Solana address risk grades and token scans for AI agents. Pay-per-call via x402 (USDC on Base).

3 tools answering
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

41 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
Agent Data Pro
by orionsmithers

Research articles and live crypto prices for AI agents via x402 on Base.

4 tools answering
Orchard Data MCP
by letom1176-spec

Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts.

47 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering

The Clubhouse — questions

Answers built from our own checks of this server.

Why is there no uptime for The Clubhouse?
The Clubhouse 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 @goclubhouse/mcp-server was installed 252 times last week.
How do I connect The Clubhouse?
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 @goclubhouse/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use The Clubhouse?
The npm package @goclubhouse/mcp-server was installed 252 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is The Clubhouse open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.