leela-mcp-server

indulge/leela-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
MCP server exposing the Leela Chess Zero (lc0) chess engine to any MCP client
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install leela-mcp-server

README Excerpt

An [MCP](https://modelcontextprotocol.io) (Model Context Protocol) server that exposes the [Leela Chess Zero](https://lczero.org) neural-network chess engine (**lc0**) to any MCP client. Once connected, a client (Claude, or any other MCP host) can analyze positions, get best moves, evaluate lines, and manipulate

Tools (9)

LC0_BACKENDLC0_DEFAULT_NODESLC0_MAX_MOVETIME_MSLC0_MAX_NODESLC0_PATHLC0_THREADSLC0_WEIGHTSfenmcpServers