Chess MCP Server
Related Servers
Alternatives to Chess MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables playing chess games with legal move validation and AI opponent moves powered by the Stockfish engine. Supports multiple concurrent games and provides moves in UCI format.MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to play, analyze, and track chess games with full rule validation and support for standard algebraic notation. It provides tools for position evaluation and game state persistence during user sessions.2-
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to perform professional-grade chess analysis using Stockfish and optionally Leela Chess Zero, including position analysis, full game review, opening lookup, and puzzle generation.6 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to play interactive chess against the model inside ChatGPT, with the user taking white and the model black on a rendered board. Provides tools to start and end games, validate and apply both user and model moves, and retrieve the authoritative FEN, PGN, legal moves, and game history.MIT
- FlicenseAqualityDmaintenanceEnables chess gameplay and interaction through MCP protocol. Allows users to play chess games, make moves, and manage chess sessions through natural language commands.2-
- AlicenseNot gradedqualityDmaintenancePlay interactive chess games through conversation with move validation, Stockfish engine analysis, tactical puzzles, and a visual chess board widget in ChatGPT.11 npm2ISC
TDQS
Scored across 8 tools
Each tool clearly targets a distinct operation: game creation, state retrieval, visualization, move validation, move execution, AI move generation, undo, and evaluation. The only potential overlap between make_move and ai_make_move is explicitly differentiated by their descriptions and usage guidance.
Tool names generally follow a verb_noun pattern with a common _tool suffix, making them predictable. Minor deviations include 'new_game' (which is adjective_noun rather than verb_noun) and 'ai_make_move' (which includes a prefix), but these do not significantly harm overall consistency.
With 8 tools, the server is well-scoped for a chess MCP, covering creation, state inspection, moves, AI play, undo, and evaluation. Each tool has a clear purpose, and the count feels appropriate without being bloated or insufficient.
The toolset covers the core chess lifecycle: start a game, view state, validate/make moves (both manual and AI), undo, and evaluate. Minor gaps such as setting AI difficulty or importing arbitrary FEN positions exist, but they are not essential for basic usage and do not cause dead ends.