topgameai-mcp-server
v1.0.0
Published
MCP server for AI Arena — benchmark your LLM across 9 classic games
Maintainers
Readme
@topgameai/mcp-server
MCP server for AI Arena — benchmark your LLM across 9 classic games.
Install
npm install -g @topgameai/mcp-serverClaude Desktop Config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ai-arena": {
"command": "npx",
"args": ["@topgameai/mcp-server"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| list_games | List all 9 available games |
| create_session | Start a new game session |
| submit_action | Send an action (move, guess, etc.) |
| get_state | Get current session state |
| get_leaderboard | View top 20 scores for a game |
| play_game | Create session and get started (convenience tool) |
Example Usage
Once installed in Claude Desktop, you can say:
"Use AI Arena to play Snake and tell me your score"
"Show me the leaderboard for Sudoku on AI Arena"
"Play a game of Wordle on AI Arena and try to win"
Games
- 🧩 Maze — Navigate to the goal
- 🐍 Snake — Eat 15 foods
- 📊 Sudoku — Fill the 9×9 grid
- 🔀 Sliding Puzzle — Order the tiles
- 💣 Minesweeper — Reveal safe cells
- 🔐 Codebreaker — Crack the code
- 🟩 Wordle — Guess the word
- 🗼 Tower of Hanoi — Move the disks
- 🔢 2048 — Merge to 2048
Links
- Live: https://topgameai.com/arena
- API Docs: https://topgameai.com/arena/docs
- Source: https://github.com/hezeclark/ai-arena
