chess-mcp

Azeajr/chess-mcp
★ 1 stars Python AI/LLM Updated 1mo ago
Stockfish MCP server for AI chess game analysis
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chess-mcp": {
      "command": "uvx",
      "args": [
        "chess-mcp"
      ]
    }
  }
}

Or install with pip: pip install chess-mcp

README Excerpt

MCP server that gives AI agents (Claude Code, etc.) grounded chess analysis via Stockfish. Eliminates hallucinated moves and illegal lines by letting the agent validate positions and query the engine directly. **Prerequisites:** [Docker](https://docs.docker.com/get-docker/) and [Claude Code](https://docs.claude.com/en/docs/claude-code) (`claude`).

Tools (20)

ANALYSIS_DEPTHFASTMCP_HOSTFASTMCP_PORTMAX_ENGINE_TIME_SMAX_LINE_MOVESMAX_PGN_BYTESMAX_REPERTOIRESMAX_REPERTOIRE_BYTESMCP_TRANSPORTMakefileREPERTOIRE_TTL_SSTOCKFISH_PATHanalyze_gameanalyze_repertoire_congruencecompare_movesevaluate_positionexport_annotated_pgnfind_repertoire_gapsget_game_summaryget_legal_moves