Lichess
Summary
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.
Available Actions(11)
set_token
Set your Lichess API token. Parameters: token (string)
get_my_profile
Get your Lichess profile.
get_user_profile
Get another user's profile. Parameters: username (string), trophies (optional boolean)
create_challenge
Create a challenge against another player. Parameters: username (string), timeControl (string), color (string - optional)
make_move
Make a move in a game. Parameters: gameId (string), move (string), offeringDraw (boolean - optional)
get_ongoing_games
Get your ongoing games. Parameters: nb (number)
export_game
Export a game in PGN format. Parameters: gameId (string), clocks (boolean - optional), evals (boolean - optional)
get_cloud_eval
Get cloud evaluation for a position. Parameters: fen (string)
get_arena_tournaments
List current tournaments.
join_arena
Join a tournament. Parameters: tournamentId (string)
create_arena
Create a new tournament. Parameters: name (string), clockTime (number), clockIncrement (number), minutes (number)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论