MCP Chess Server

by jiayao
Apache 2.0
4

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"입니다.
-
security - not tested
A
license - permissive license
-
quality - not tested

사용자가 모든 LLM과 체스를 둘 수 있도록 해주는 서버로, 체스판을 시각화하고, 표준 표기법으로 움직이고, PGN 파일에서 위치를 분석하는 기능이 포함되어 있습니다.

  1. 설치
    1. 용법
      1. 사용 가능한 도구

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
          Last updated -
          1
          215
          37
          JavaScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A server that enables browser automation using Playwright, allowing interaction with web pages, capturing screenshots, and executing JavaScript in a browser environment through LLMs.
          Last updated -
          12
          9,719
          1
          TypeScript
        • A
          security
          A
          license
          A
          quality
          An 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 -
          90
          2
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          F
          license
          -
          quality
          A server that adds Bitcoin payment capabilities to LLMs, enabling sending/receiving payments, creating charges, managing wallets, and performing other Bitcoin Lightning Network operations.
          Last updated -
          4
          TypeScript
          • Apple
          • Linux

        View all related MCP servers

        ID: 6tbljokzmw