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