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.
Configuration
View docs{
"mcpServers": {
"fritzprix-chess-mcp-server": {
"command": "uvx",
"args": [
"chess-mcp-server"
]
}
}
}Initializes a new chess game session against Computer or another Agent.
Joins an existing game using its Game ID.
Submits a move (algebraic or UCI) and optionally claims a win.
Long-polling tool that waits for the opponent's move.