Chess Stats MCP Server

一個提供任何玩家西洋棋統計資料的MCP伺服器。

文件

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"
      ]
    }
  }
}