This MCP server enables natural language interaction with the Lichess chess platform, integrating with its API to manage accounts, play games, analyze positions, and participate in tournaments. Developed by Alper Karayaman, it leverages the Model Context Protocol to provide a seamless interface for AI assistants like Claude Desktop to engage with Lichess functionalities. The server is particularly useful for chess enthusiasts looking to enhance their gameplay, analysis, and community engagement through AI-assisted interactions.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Set your Lichess API token. Parameters: token (string)
Retrieve your Lichess profile.
Get another user's profile. Parameters: username (string), trophies (optional boolean)
Create a challenge against another player. Parameters: username (string), timeControl (string), color (string - optional)
Make a move in a game. Parameters: gameId (string), move (string), offeringDraw (boolean)
Get your ongoing games. Parameters: nb (number)
Export a game in PGN format. Parameters: gameId (string), clocks (boolean), evals (boolean)
Get cloud evaluation for a position. Parameters: fen (string)
List current tournaments.
Join a tournament. Parameters: tournamentId (string)
Create a new tournament. Parameters: name (string), clockTime (number), clockIncrement (number), minutes (number)