AineshGupta/MCP-Server-Chess-Stats
3.1
If you are the rightful owner of MCP-Server-Chess-Stats and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP server for chess statistics provides a robust platform for integrating chess data analytics into various applications.
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"
]
}
}
}