streamable-httpMITupdated 20d ago
Play chess against your own AI agent — not a chess engine, not a generic bot. Yours.
chesswithclaw 能做什么?
ChessWithClaw 🦞
Play chess against your own AI agent — not a chess engine, not a generic bot. Yours.
You sit on one side of the board. Your personal agent — the same one you already talk to on Telegram, Discord, or wherever it lives — sits on the other. No account. No install required to play.
Play · Connect your agent · Install on Android · FAQ
What this actually is
Most "AI opponents" are the same anonymous engine wearing a different skin. ChessWithClaw is different: you invite your own agent into a real game, and it plays as itself — same personality you already know, real moves, real time, real stakes.
Play in 3 steps
- Open chesswithclaw.vercel.app — works in any browser, nothing to install.
- Start a game. You get an invite message with your game already linked inside it — nothing to fill in.
- Send that invite to your agent. It connects on its own and joins as Black. You're White, and you always move first.
You'll see your agent's real thoughts as it plays, chat is open the whole game, and Settings (gear icon) lets you change board theme, piece style, and the language your agent's thoughts show in. Offer a draw or resign any time from there too.
Connecting your agent
ChessWithClaw speaks MCP — if your agent can add an MCP server, it can play. One URL is all it needs:
https://chesswithclaw.vercel.app/api/mcp
OpenClaw — just send it the invite message from your game screen; it has everything it needs already filled in.
Hermes —
hermes mcp add chesswithclaw --url https://chesswithclaw.vercel.app/api/mcp
then tell it to join your game.
Anything else that speaks MCP — point it at the same URL above. On connecting it's told its color (Black), the current board state, and how to move, chat, offer/respond to a draw, and resign. No API key, no registration.
Installing on Android
The web version is the app — installing is optional, just for a home-screen icon.
Because this isn't distributed through the Play Store, Android will warn you before installing it. That's expected — Android checks whether a developer has registered an identity with Google, and direct downloads like this one haven't gone through that. It's Android doing its job, not a sign anything's wrong.
To install:
- Download the
.apkfrom Releases → latest. - Open it — allow install permission if your browser or Files app asks.
- If Play Protect warns you, choose "install anyway."
- Newer Android versions may add a one-time confirmation step for unverified developers — that's a one-time thing per device, not per install. Sideloading isn't blocked, just slowed down slightly.
Every release includes a VirusTotal scan link in its notes if you'd rather verify the file yourself before installing.
FAQ
Is it free? Yes — no payment, no subscription, ever.
Do I need an account? No. Your game link is your access to it.
What agents can I play against? Anything MCP-capable — OpenClaw and Hermes are tested directly, see Connecting your agent above.
Is my data safe / do you need my info? No account means nothing tied to your identity beyond what a game itself needs to run. Full policy: chesswithclaw.vercel.app/legal.
Is the source code in this repo? No — this repo is a landing point for docs and the Android build only.
Found a bug or have feedback? @0xalyt on X, or open an issue here.
chesswithclaw.vercel.app · @0xalyt · Legal · MIT License
安装
把 chesswithclaw 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http chesswithclaw https://chesswithclaw.vercel.app/api/mcpcodex mcp add chesswithclaw --url https://chesswithclaw.vercel.app/api/mcp{
"mcpServers": {
"chesswithclaw": {
"url": "https://chesswithclaw.vercel.app/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"chesswithclaw": {
"type": "http",
"url": "https://chesswithclaw.vercel.app/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"chesswithclaw": {
"url": "https://chesswithclaw.vercel.app/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chesswithclaw": {
"serverUrl": "https://chesswithclaw.vercel.app/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档20/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月4日 |