Skip to main content
Glama

Chess Analysis Assistant

by turlockmike
MIT License
3
5
  • Apple
  • Linux

克劳德的国际象棋分析助手

这款工具可以帮助你分析棋局,并使用 Stockfish 在 Claude 中进行专业评估!你可以:

  • 获取职位评估
  • 查看视觉板表示
  • 分析不同的动作和变化
  • 在大师数据库中查找位置(2200+ 名评级玩家玩过的游戏)

要求

快速安装

通过 Smithery 安装

要通过Smithery自动安装 Claude Desktop 的国际象棋分析助手:

npx -y @smithery/cli install chess-mcp --client claude

Mac 和 Linux 用户

打开终端并运行以下命令:

curl -fsSL https://raw.githubusercontent.com/turlockmike/chess-mcp/master/install.sh | bash

就是这样!该脚本将:

  1. 安装所需的依赖项(Node.js 20+、Stockfish、Cairo)
  2. 配置 Claude 桌面
  3. 设置国际象棋助手

手动安装(Windows 或高级用户)

如果您希望手动安装或使用 Windows,请按照以下步骤操作:

要求

分步安装

步骤1:安装依赖项

Mac 用户:

# Install Homebrew if you haven't already /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install required packages brew install stockfish cairo pkg-config jq

Windows 用户:

  1. 安装Node.js (LTS 版本)
  2. 下载Stockfish并将其添加到您的 PATH
  3. 安装Cairo
第 2 步:安装国际象棋助手
npm install -g chess-mcp
步骤3:配置Claude桌面
  1. 打开 Claude 桌面
  2. 导航到配置文件:
    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json
  3. 添加此配置:
{ "mcpServers": { "chess": { "command": "npx", "args": ["chess-mcp"] } } }
  1. 保存并重新启动 Claude Desktop

使用国际象棋助手

  1. 打开 Claude 桌面
  2. 寻找工具图标(🔧)——它应该显示国际象棋分析工具
  3. 尝试以下示例提示:
    • “分析此位置:rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1”
    • “显示当前位置”
    • “在这个位置最好的举动是什么?”
    • “在硕士数据库中查找这个职位”
    • “向我展示 2000 年以后这个位置上的大师级比赛”
    • “大师们在这个位置上最常采取什么动作?”

特征

位置分析

  • 使用 Stockfish 进行引擎评估
  • 视觉板表示
  • 最佳举动建议
  • 移动验证

大师数据库

  • 搜索 2200+ 名评级玩家玩过的游戏中的位置
  • 按日期范围过滤游戏
  • 查看胜/平局统计数据
  • 查看最常见的动作及其成功率
  • 浏览最近大师级的游戏并查看玩家评分

需要幫忙?

如果您遇到任何问题:

  1. 确保所有要求均已正确安装
  2. 验证 Stockfish 是否可以通过命令行访问
  3. 检查 Claude Desktop 配置中的所有路径是否正确
  4. 进行任何更改后重新启动 Claude Desktop

常见问题

  • “工具未显示在 Claude 中” :请确保您已正确配置 Claude Desktop
  • “未找到 Stockfish” :验证 Stockfish 是否已安装并可从命令行访问
  • “Node 版本错误” :请确保您安装了 Node.js 20 或更高版本
  • “Canvas 安装失败” :请确保 Cairo 已正确安装在您的操作系统上
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

帮助您使用 Stockfish 分析棋局并获得专业评估。

  1. 要求
    1. 快速安装
      1. 通过 Smithery 安装
      2. Mac 和 Linux 用户
    2. 手动安装(Windows 或高级用户)
      1. 要求
      2. 分步安装
    3. 使用国际象棋助手
      1. 特征
        1. 位置分析
        2. 大师数据库
      2. 需要幫忙?
        1. 常见问题

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            The MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.
            Last updated -
            29
            Python
            • Apple
          • A
            security
            A
            license
            A
            quality
            Provides tools to interact with the Farcaster network, allowing AI models to fetch casts, search channels, and analyze content.
            Last updated -
            3
            1
            JavaScript
            MIT License
            • Apple
          • 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
          • A
            security
            A
            license
            A
            quality
            Provides 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 -
            10
            37
            Python
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          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/turlockmike/chess-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server