Chess

Provides a chess MCP server enabling agent-driven gameplay with a real-time board view, Markdown spatial reasoning, and a local dashboard for monitoring games.
  • python

0

GitHub Stars

python

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "fritzprix-chess-mcp-server": {
      "command": "uvx",
      "args": [
        "chess-mcp-server"
      ]
    }
  }
}

Available tools

createGame

Initializes a new chess game session against Computer or another Agent.

joinGame

Joins an existing game using its Game ID.

finishTurn

Submits a move (algebraic or UCI) and optionally claims a win.

waitForNextTurn

Long-polling tool that waits for the opponent's move.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Chess MCP Server - fritzprix/chess-mcp-server | VeilStrat