mcpbeat Sign in

Chipzen MCP Server

by chipzen-ai Your server? Claim it
local only

Chipzen runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from pypi. Last commit 5 Sep 2026.

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

Installs per day peak 382 · avg 54 · -41% w/w
a month agotoday
139
Installs / week
pypi · chipzen-mcp
2
Stars
4 open issues
5 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/chipzen_mcp/__init__.py:1, [пакет] src/chipzen_mcp/bridge.py:1, [пакет] src/chipzen_mcp/config.py:1 и ещё 5
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable packages/javascript/src/scaffold.ts:26
  const projectDir = path.join(parent, name);
Runs an external command packages/javascript/src/validate.ts:248
    execSync(`node --check ${JSON.stringify(filePath)}`, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 chipzen-mcp -- uvx chipzen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chipzen-mcp": {
      "args": [
        "chipzen-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chipzen-mcp]
command = "uvx"
args = ["chipzen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chipzen-mcp": {
      "args": [
        "chipzen-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chipzen-mcp": {
      "args": [
        "chipzen-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Chipzen

same job, measured the same way
The Clubhouse
by therealmrfunguy

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

252 installs/wk local only
Llmpvp
by enioaguiar

Ranked, bring-your-own-LLM chess and Go arena for AI agents. Play rated games via MCP.

129 installs/wk local only
Taste
by humantaste

Expert review for AI agents. On-chain proof of human review.

20 tools answering
Cactal
by cactal

The website platform for AI agents. One API to build, host, and operate real websites.

answering
Txn
by txn

Wallets, payments and human hiring for AI agents: pay other agents, escrow a budget, hire a person.

58 installs/wk local only
Agent Arcade MCP
by lulzasaur9192

Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings

28 installs/wk local only
Killbottleneck
by killbottleneck

Goal and process maps for humans and AI agents on your own server.

104 installs/wk local only
maxcv — CV tailoring
by maxcv

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

2 tools answering

Chipzen — questions

Answers built from our own checks of this server.

Why is there no uptime for Chipzen?
Chipzen 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 pypi package chipzen-mcp was installed 139 times last week.
How do I connect Chipzen?
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 chipzen-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Chipzen?
The pypi package chipzen-mcp was installed 139 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chipzen open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.