MCP Chess Server
MCP 체스 서버
이 MCP를 사용하면 모든 LLM과 체스를 둘 수 있습니다.
설치
이 체스 서버를 사용하려면 MCP 구성에 다음 구성을 추가하세요.
지엑스피1
Related MCP server: Chess MCP Server
용법
게임을 플레이하세요: 

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
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 Connectors
Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables LLM agents and humans to play chess games together with comprehensive game management capabilities including move validation, draw detection, and game state tracking.-
- AlicenseAqualityAmaintenanceEnables Large Language Models to play chess agentically with real-time HTML board visualization and a hybrid AI engine featuring ten difficulty levels. It supports interactive games between users and agents, including a web dashboard to monitor active matches.4MIT
- AlicenseNot gradedqualityDmaintenanceA powerful chess engine and game server built with the Model Context Protocol (MCP). Play chess against AI, analyze positions, and integrate chess functionality into your AI applications.211ISC
- AlicenseAqualityDmaintenanceA hybrid AI chess coach MCP server that uses Stockfish for grounded evaluation and LLM for natural-language coaching, enabling game analysis, weakness diagnosis, and personalized drills from your own games.61MIT