MCP.so
登录

MCP Chess Server

@jiayao

关于 MCP Chess Server

MCP server for playing chess against AI

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

jiayao

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "chess": {
      "command": "uvx",
      "args": [
        "mcp-chess"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Chess Server?

MCP Chess Server lets you play chess against any large language model (LLM) through the Model Context Protocol. It provides a set of tools to manage a chess game, visualize the board, and analyze positions from PGN strings.

How to use MCP Chess Server?

Add the server configuration to your MCP client configuration file using uvx as the command and mcp-chess as the argument. Once connected, use the provided tools to start a new game, make moves, get the board visualization, and more.

Key features of MCP Chess Server

  • Play a complete chess game against an LLM.
  • Get a board visualization as an image with auto‑flip based on player color.
  • List all legal moves for the current player in UCI notation.
  • Make moves using Standard Algebraic Notation (SAN).
  • Start a new game with configurable player color.
  • Find a board position in a PGN string matching a condition (e.g., “bishop on a3”).

Use cases of MCP Chess Server

  • Play a chess game interactively with an LLM assistant.
  • Analyze a specific position from a PGN file for study or teaching.
  • Verify move legality and board state programmatically via MCP tools.
  • Automate chess‑related tasks in LLM‑powered workflows.

FAQ from MCP Chess Server

评论

其他 分类下的更多 MCP 服务器