MCP 체스 서버
이 MCP를 사용하면 모든 LLM과 체스를 둘 수 있습니다.
설치
이 체스 서버를 사용하려면 MCP 구성에 다음 구성을 추가하세요.
지엑스피1
용법
게임을 플레이하세요:
PGN에서 게임 분석 직책을 찾으세요:
사용 가능한 도구
서버는 다음과 같은 도구를 제공합니다.
get_board_visualization()
: 체스판의 현재 상태를 이미지로 제공합니다. 사용자가 지정한 색상에 따라 체스판의 방향이 자동으로 반전됩니다.get_turn()
: 누구 차례인지를 나타냅니다('흰색' 또는 '검은색').get_valid_moves()
: 현재 플레이어의 모든 유효한 움직임을 UCI 표기법(예: 'e2e4', 'g1f3')으로 나열합니다. 게임이 종료되면 빈 목록을 반환합니다.make_move(move_san: str)
: 표준 대수 표기법(SAN)(예: 'e4', 'Nf3', 'Bxe5')을 사용하여 보드에서 이동합니다. SAN 및 UCI 형식의 이동, 새 보드의 FEN, 그리고 게임 상태를 반환합니다.new_game(user_plays_white: bool = True)
: 새 게임을 시작하고 게임판을 초기화합니다. 기본적으로 사용자는 흰색을 사용합니다. 게임판 방향에 대한 사용자 색상을 설정합니다. 확인 메시지를 반환합니다.find_position_in_pgn(pgn_string: str, condition: str)
: PGN 문자열에서 조건(예: "bishop on a3")과 일치하는 첫 번째 보드 위치를 찾고 해당 보드 상태의 이미지를 반환합니다. 조건 형식은 "piece_type on square_name"입니다. 유효한 말 유형은 "pawn", "knight", "bishop", "rook", "queen", "king"입니다.
This server cannot be installed
사용자가 모든 LLM과 체스를 둘 수 있도록 해주는 서버로, 체스판을 시각화하고, 표준 표기법으로 움직이고, PGN 파일에서 위치를 분석하는 기능이 포함되어 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityA server that enables LLMs to programmatically interact with Logseq knowledge graphs, allowing creation and management of pages and blocks.Last updated -1024MIT License
- AsecurityAlicenseAqualityAn 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.Last updated -909MIT License
- AsecurityAlicenseAqualityProvides access to Chess.com player data, game records, and public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.Last updated -1051MIT License
- -securityFlicense-qualityAn enterprise-grade Chess.com MCP server built with MXCP, featuring caching, analytics, audit trails, and advanced data analysis capabilities. https://mxcp.dev/Last updated -