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 로그인 시작 — 브라우저 창 열기 |
| 로그인 상태 확인 |
계정 및 사용자
도구 | 설명 |
| 내 레이팅 및 계정 통계 |
| 모든 플레이어의 공개 프로필 |
| 최근 게임 기록 (색상, 레이팅/캐주얼별 필터링) |
| 모든 플레이어의 시간 경과에 따른 레이팅 기록 |
| 두 플레이어 간의 상대 전적 |
| 시간 제어별 상위 플레이어 (불릿, 블리츠, 래피드 등) |
도전
도구 | 설명 |
| 수신 및 발신 도전 목록 |
| 수신된 도전 수락 |
| 도전 거절 (선택적 사유 포함) |
| 보낸 도전 취소 |
| 특정 플레이어에게 도전 |
| 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