Skip to content
Cline

Chess UCI for Cline

io.github.anglerfishchess/chess-uci-mcp

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

client:Cline transport:stdio runtime:pypi

Install Chess UCI in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Chess UCI in other clients