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