Skip to content
Grok

Chess UCI for Grok

io.github.anglerfishchess/chess-uci-mcp

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

client:Grok transport:stdio runtime:pypi

Install Chess UCI in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Chess UCI in other clients