Loading...

This MCP server provides read-only access to Chess.com's public API, enabling AI assistants to retrieve player data, game records, and club information for analysis.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides read-only access to Chess.com's public API, enabling AI assistants to retrieve player data, game records, and club information for analysis.
This MCP server is generally safe due to its read-only nature and reliance on Chess.com's public API. However, it's important to be aware of the potential risks associated with the underlying API and the lack of rate limiting.
Performance is limited by the Chess.com API's response times and rate limits. Consider implementing caching to improve performance.
Cost is primarily related to the resources used to run the Docker container. Chess.com's public API is free, but excessive use may be throttled.
{
"mcpServers": {
"chess": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"pab1it0/chess-mcp"
]
}
}
}NO_UVget_player_profileRetrieves a player's profile information from Chess.com.
Read-only operation, no modification of data.
get_player_statsRetrieves a player's statistics from Chess.com.
Read-only operation, no modification of data.
is_player_onlineChecks if a player is currently online on Chess.com.
Read-only operation, no modification of data.
get_titled_playersRetrieves a list of titled players from Chess.com.
Read-only operation, no modification of data.
get_player_current_gamesRetrieves a player's ongoing games on Chess.com.
Read-only operation, no modification of data.
get_player_games_by_monthRetrieves a player's games for a specific month from Chess.com.
Read-only operation, no modification of data.
get_player_game_archivesRetrieves a list of available monthly game archives for a player on Chess.com.
Read-only operation, no modification of data.
download_player_games_pgnDownloads PGN files for all games in a specific month from Chess.com.
Read-only operation, downloads data, no modification of data.
get_club_profileRetrieves information about a club on Chess.com.
Read-only operation, no modification of data.
get_club_membersRetrieves members of a club on Chess.com.
Read-only operation, no modification of data.
None
cloud
This MCP server is generally safe due to its read-only nature and reliance on Chess.com's public API. However, it's important to be aware of the potential risks associated with the underlying API and the lack of rate limiting.
The server only provides read-only access, so there are no destructive operations. Sandboxing is provided by the Docker container.
Production Tip
Monitor the Chess.com API for changes or deprecations that may affect the server's functionality.
No, this server uses Chess.com's public API, which does not require an API key.
You can access player profiles, stats, game records, club information, and titled player lists.
Yes, this server is read-only and does not allow any modifications to Chess.com data.
The recommended way is to use Docker. Alternatively, you can run it directly using UV.
Yes, you can use the data provided by this server to train a chess AI.
While the server itself doesn't implement rate limiting, the Chess.com API may have its own rate limits. Be mindful of excessive requests.
The server may need to be updated to accommodate the changes in the Chess.com API.