Cascadero — AI skill for Claude Code
卡斯卡德罗 · Cascadero MCP — an MCP server that lets AI agents (Claude Code, Claude Desktop, Cursor, Codex CLI…) play the board game Cascadero against built-in bots through text tool calls.
How to install Cascadero
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wenjiavv/cascadero and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cascadero does
卡斯卡德罗 · Cascadero MCP — an MCP server that lets AI agents (Claude Code, Claude Desktop, Cursor, Codex CLI…) play the board game Cascadero against built-in bots through text tool calls. Same repo: the browser game, the self-play + value-net AI stack behind the bots, a private table server. Unofficial, non-commercial fan project.
Alternatives in AI
- Hexstrike AI — HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomousl 8.2k ★
- Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★
- Paca — AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday 1.8k ★
README
Cascadero MCP — let an AI agent play a board game through tool calls
**[中文说明 → README.zh-CN.md](README.zh-CN.md)**
   
`mcp/` is a [Model Context Protocol](https://modelcontextprotocol.io) server that lets Claude Code, Claude Desktop, Cursor, Codex CLI or any other MCP client play complete games of *Cascadero* (卡斯卡德罗, the hex route-building board game by Reiner Knizia) against built-in bots — through plain text tool calls, no screen capture, no vision model. The agent reads the position as text, sees the exact outcome of every legal move, answers the decisions the rules engine asks for, and any illegal answer is refused with the reason.
Everything the server stands on lives in the same repository: the browser game (one HTML file), the three bot levels and the AI stack that trained them (self-play, a learned value network, a paired-duel evaluation harness), and a private table server for friends. This is an unofficial, non-commercial fan project — see [Legal notice](#legal-notice) and [NOTICE.md](NOTICE.md).

Get an agent playing
git clone https://github.com/wenjiavv/cascadero.git
cd cascadero/mcp && npm install && npm run build # Node 20+; the build step needs python3 (generates ../online/engine.js)
claude mcp add cascadero -- node "$PWD/src/index.mjs" # Claude Code
Claude Desktop, Cursor and Codex CLI point at the same `node …/mcp/src/index.mjs` command from their JSON or TOML config — copy-paste snippets are in [mcp/README.md](mcp/README.md#install). Set `CASC_MCP_LANG=zh` for a Chinese game log and handbook.
Then tell the agent:
Play a game of Cascadero against
Related Skills
Job Scout Agent
An n8n agentic workflow that monitors job board RSS feeds, filters listings against my profile using the Claud
AgentPilot
LLM-powered macOS computer control. AgentPilot lets AI agents see your screen, move the mouse, type text, pres
MwAgent
Movie Watchlist Agent is a conversational AI assistant, built in Python with LangGraph, LangChain, and Claude,
Tmux Bridge MCP
Standalone MCP server for cross-pane AI agent communication via tmux. Lets Claude Code, Gemini CLI, Codex, and
Kanma
Kanma is a shared space where you and your AI agents (Claude, Copilot, Cursor, Windsurf, custom bots) work tog
Hermes MCP
MCP server that lets any llm (i.e. Claude Desktop) delegate tasks to a local Hermes Agent — cron jobs, web sea
Related Agents
Intellij Debugger Maintainer
Fix issues, add features, and maintain quality in intellij-debugger. MCP server that lets Claude control Intel
10x Tool Calls
Cursor and Windsurf meter usage by requests and tool calls rather than tokens, which means a finished or stall
Sdl Game Helper
SDL2/SDL1 game port specialist for AmigaOS. Knows the libSDL2-amigaos3 fast-path traps, blitter mode tradeoffs