lichess-review-mcp

PhishyOne/lichess-review-mcp
★ 0 stars JavaScript Browser/Web Updated today
Read-only MCP server for reviewing completed Lichess games in ChatGPT. Fetches game PGN and recent history while refusing live or unknown-status games.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Read-only MCP server for reviewing completed public Lichess games in ChatGPT. It fetches a game or a small recent-game list and refuses ongoing, missing-status, or unknown-status games. - `get_completed_game`: accepts an eight-character game ID or exact-host `https://lichess.org` game URL. - `list_recent_completed_games`: accepts a public username and returns 5 games by default, at most 10.

Tools (2)

get_completed_gamelist_recent_completed_games