chess-com-lichess-org-mcp

alegerber/chess-com-lichess-org-mcp
★ 0 stars TypeScript AI/LLM Updated 7d ago
A TypeScript-based MCP server that exposes the Chess.com or Lichess.org public API to AI assistants — fetch player profiles, game history, ratings, and puzzle data via the Model Context Protocol.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chess-com-lichess-or": {
      "command": "npx",
      "args": [
        "-y",
        "alegerber/chess-com-lichess-org-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that provides access to the [Chess.com Published-Data API](https://www.chess.com/news/view/published-data-api) and the [Lichess API](https://lichess.org/api). This gives LLMs the ability to look up player profiles, game history, stats, clubs, tournaments, puzzles, leaderboards, and more from both platforms.

Tools (20)

get_club_matchesget_club_membersget_club_profileget_country_clubsget_country_playersget_country_profileget_current_daily_gamesget_daily_puzzleget_game_archivesget_games_to_moveget_leaderboardsget_live_team_matchget_live_team_match_boardget_monthly_archivesget_player_clubsget_player_matchesget_player_profileget_player_statsget_player_tournamentsget_random_puzzle

Topics

chesslichessmcp