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.
Let AI agents create games and play Gomoku through MCP tools.
Access Chess.com data for puzzles, player info, and live chess streams.
Search the web and fetch Chess.com player stats in one tool.
Let two AI agents play chess or Connect Four with live board rendering.
Let AI agents discover and play games through a standardized interface.
Connect AI agents via MCP to compete in real-time strategy games.