Chess Stats
एक MCP सर्वर जो किसी भी खिलाड़ी के लिए शतरंज के आँकड़े प्रदान करता है।
GitHubइस 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"
]
}
}
}