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)
Get 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 (optional string)
Make a move in a game. Parameters: gameId (string), move (string), offeringDraw (optional boolean)
Get your ongoing games. Parameters: nb (number)
Export a game in PGN format. Parameters: gameId (string), clocks (optional boolean), evals (optional 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)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!