Lichess MCP
lichess-mcp
ClaudeをLichessに接続するためのModel Context Protocol (MCP)サーバーです。Claudeから直接、チェスの対局、局面分析、パズル、対局申し込みの管理、統計情報の確認などが行えます。
インストール
Claude Desktop
Claude Desktopの設定ファイルに以下を追加してください:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lichess-mcp": {
"command": "npx",
"args": ["-y", "lichess-mcp"]
}
}
}保存後、Claude Desktopを再起動してください。
Claude Code
claude mcp add lichess-mcp -- npx -y lichess-mcpRelated MCP server: ChessAgine MCP
認証
インストール後、Claudeに "start Lichess auth" と伝えてください。ブラウザウィンドウが開き、Lichessアカウントでアプリを承認できます。トークンはローカルの ~/.lichess-mcp-auth/token.json にキャッシュされ、次回以降のセッションで自動的に再利用されます。
ツール
認証
ツール | 説明 |
| OAuthログインを開始 — ブラウザウィンドウを開きます |
| ログイン状態を確認します |
アカウントとユーザー
ツール | 説明 |
| あなたのレーティングとアカウント統計 |
| 任意のプレイヤーの公開プロフィール |
| 最近の対局履歴(色、レーティング戦/カジュアルでフィルタリング可能) |
| 任意のプレイヤーのレーティング推移 |
| 2人のプレイヤー間の対戦成績 |
| 持ち時間別(ブリッツ、ラピッドなど)のトッププレイヤー |
対局申し込み
ツール | 説明 |
| 受信および送信した対局申し込みの一覧 |
| 受信した対局申し込みを承諾 |
| 対局申し込みを拒否(理由を添えることも可能) |
| 送信した対局申し込みをキャンセル |
| 特定のプレイヤーに対局を申し込む |
| Stockfish AIと対局(レベル1〜8) |
対局
ツール | 説明 |
| 現在進行中の対局一覧 |
| 指し手を実行(UCI表記、例: |
| 対局のライブ盤面状態を取得 |
| 受信イベント(対局申し込み、対局開始など)をストリーミング |
| 対局開始直後に中止 |
| 投了 |
| 引き分けの提案、承諾、拒否 |
| 待ったの要求、承諾、拒否 |
| 対局中にチャットメッセージを送信 |
パズルと分析
ツール | 説明 |
| 今日のLichessパズル |
| ID指定でパズルを取得 |
| おすすめの次のパズル |
| 最近のパズル履歴と結果 |
| FEN局面に対するStockfishクラウド評価 |
プロンプト例
"現在のブリッツレーティングは?"
"白番での直近5局を見せて"
"@DrNykterstein に 5+3 のレーティング戦を申し込んで"
"Stockfishレベル5と10分で対局開始、私は白番"
"受信した対局申し込みをリストアップして"
"abc123の申し込みを承諾して"
"MagnusとHikaruの対戦成績は?"
"ブリッツのトップ10プレイヤーを表示して"
"今日のパズルは何?"
"次のパズルを取得して"
"過去50回分のパズル履歴を表示して"
"この局面の最善手は?:
rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1""現在の対局を投了する"
"対局xyzで相手に 'good luck' と送って"
要件
Node.js 18以上
Lichess アカウント
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables natural language interaction with the Lichess chess platform, allowing users to play games, analyze positions, manage their account, and participate in tournaments through Claude.902217MIT
- AlicenseNot gradedqualityAmaintenanceEnables comprehensive chess analysis through Stockfish engine integration, positional evaluation, puzzle training, game review, and access to extensive chess databases. Provides visual board rendering, interactive game viewers, and tactical puzzle training with 3+ million problems from Lichess.29MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with Lichess chess platform to play games, analyze positions, manage challenges and tournaments, and interact with other players through Claude Desktop.22MIT
- AlicenseNot gradedqualityDmaintenanceEnables playing chess games with legal move validation and AI opponent moves powered by the Stockfish engine. Supports multiple concurrent games and provides moves in UCI format.MIT
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamespdaily/lichess-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server