Chess Stats MCP Server

Một máy chủ MCP cung cấp thống kê cờ vua cho bất kỳ người chơi nào.

Tài liệu

Install this MCP server by adding the following JSON code to your JSON config file

{
  "mcpServers": {
    "chess": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/AineshGupta/MCP-Server-Chess-Stats.git",
		"chess"
      ]
    }
  }
}