Chess UCI for Gemini CLI
io.github.anglerfishchess/chess-uci-mcp
Analyze chess positions and get best moves from UCI engines such as Stockfish or Leela
client:Gemini CLI
transport:stdio
runtime:pypi
Install Chess UCI in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs