Stockfish

GitHub

A free and strong UCI chess engine

16,046 stars C++ 1 file ยท ~1,774 tokens #chess#chess-engine#cpp#stockfish#uci

Syzygy (Stockfish) MCP Server

Model Context Protocol (syzygy) server

View all Stockfish servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "syzygy": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-syzygy"
      ]
    }
  }
}