mcp-chess
If you are the rightful owner of mcp-chess and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Chess is a Model Context Protocol server that provides chess functionality for Claude AI Assistant.
MCP Chess is a specialized server designed to enhance the chess-playing capabilities of the Claude AI Assistant. It leverages the Model Context Protocol to integrate seamlessly with Claude, offering a range of chess-related functionalities. The server can generate chess board images from FEN strings, suggest optimal moves, and verify the legality of moves in a game. Built using Spring Boot and Java 21, MCP Chess is compiled into a native executable using GraalVM, ensuring efficient performance across different platforms. The server is open-source and licensed under the Apache License 2.0, making it accessible for developers to modify and enhance. MCP Chess utilizes several libraries and APIs, including ChessGame for chess logic, ChessImage for rendering, and Stockfish for move analysis.
Features
- Generate chess board images from a Forsyth-Edwards Notation (FEN) string
- Suggest the next move in a chess game
- Check if a move is legal