home / mcp / chess mcp server

Chess MCP Server

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.

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.