
Chess Stats
from AineshGupta
An MCP server that provides chess statistics for any player.
๐ฅ๐ฅโ VerifiedFreeQuick setup
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"
]
}
}
}
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.