pipeworx-io/mcp-chess
MCP server for the Chess.com API — player profiles, stats, games, and leaderboards
Platform-specific configuration:
{
"mcpServers": {
"mcp-chess": {
"command": "npx",
"args": [
"-y",
"mcp-chess"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for the Chess.com API — player profiles, game statistics, monthly game archives, and leaderboards. Free, no auth required.
| Tool | Description | |------|-------------| | get_player | Get a player's public profile | | get_stats | Get ratings and win/loss/draw records across all formats | | get_games | Get a player's games for a specific month | | get_leaderboards | Get top-ranked players across game formats |
Add to your MCP client config:
{
"mcpServers": {
"chess": {
"type": "url",
"url": "https://gateway.pipeworx.io/chess"
}
}
}npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/chessMIT
Loading reviews...