Maintain chess game state for AI agents and validate move legality.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "chess-support-mcp" yet — see the docs or source repo.
Use chess-support-mcp to create a new chess game with the standard starting position, then add these moves in order: e4, e5, Nf3, Nc6, and return the current game status.
Returns the created game state, including side to move, move history, and current board information.
The current game has reached e4, e5, Nf3. Use chess-support-mcp to check whether the move Bh6 is legal and report the result; if it is illegal, return only the illegal verdict and current status.
Returns whether the move is legal, along with relevant current position details, without giving strategic advice.
Use chess-support-mcp to reset the current chess game, then return the initial state details, including whose turn it is, legality-check availability, and the move history for the empty game.
Returns the standard initial position after reset, confirming the game is cleared and ready for new moves.
Analyze chess positions, validate moves, and get best engine recommendations.
Play chess, analyze positions, and embed chess features into AI apps.
Analyze your chess games and get personalized coaching and drills.
Analyze chess positions, generate moves, and visualize boards with Stockfish.
Register players, run Chinese chess matches, and observe games remotely.
Let AI agents create games and play Gomoku through MCP tools.