Chess UCI for Zed
io.github.anglerfishchess/chess-uci-mcp
Analyze chess positions and get best moves from UCI engines such as Stockfish or Leela
client:Zed
transport:stdio
runtime:pypi
Install Chess UCI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chess-uci-mcp": {
"command": "uvx",
"args": [
"chess-uci-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs