lichess mcp for Zed
io.github.mrfentmen/lichess-mcp
Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...
client:Zed
transport:stdio
runtime:npm
Install lichess mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lichess-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/lichess-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs