Skip to content
Gemini CLI

lichess mcp for Gemini CLI

io.github.mrfentmen/lichess-mcp

Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...

client:Gemini CLI transport:stdio runtime:npm

Install lichess mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "lichess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/lichess-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

lichess mcp in other clients