An MCP server that exposes the Leela Chess Zero neural-network chess engine to MCP clients, enabling position analysis, best move calculation, and board manipulation.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LC0_WEIGHTS— e =/path/to/network.pb.gzLC0_BACKEND— auto-detect force a backend (eigen, blas, cuda, …)LC0_THREADS— min(8, cpu_count) search threadsLC0_MAX_NODES— 5000000 hard cap per requestLC0_MAX_MOVETIME_MS— 60000 hard cap per requestLC0_DEFAULT_NODES— 2000 default search budget per call[](https://m8ven.ai/mcp/indulge-leela-mcp-server-1pr5o5)