Skip to content
Windsurf

Chess UCI for Windsurf

io.github.anglerfishchess/chess-uci-mcp

Analyze chess positions and get best moves from UCI engines such as Stockfish or Leela

client:Windsurf transport:stdio runtime:pypi

Install Chess UCI in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Chess UCI in other clients