Chess.com MCP
Accesses Chess.com player data, game records, and public profiles via standardised MCP tools, no authentication required.
Delv Safety Grade: C
Score 56/100 · assessed 2026-04-28
Chess.com MCP is a community-built server by solo developer pab1it0 that fetches public Chess.com player statistics and game records. The service requires no authentication and operates read-only against Chess.com's public API, which limits blast radius significantly. However, supply chain concerns are notable: distribution is Docker-only with no package registry presence, requiring users to pull an image from Docker Hub without version pinning or reproducible builds. The maintainer appears to be a solo developer with limited public track record. The repository shows basic documentation and the scope is narrow (chess data only), but the Docker-only distribution and lack of established maintenance history create moderate trust barriers. No security incidents are known. Suitable for low-stakes chess analysis but warrants caution for production use.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEPublic game data; outbound.
Green flags
- Read-only access to public Chess.com API, no write capabilities
- No authentication or credentials required, reducing secret exposure risk
- Narrow, well-scoped functionality limited to chess data retrieval
- Open source repository available for inspection
- No known security incidents or malicious activity
Red flags
- Solo maintainer with limited public track record or verification
- Docker-only distribution with no package registry or version pinning
- No reproducible build process or signed container images
- Limited maintenance history and single-contributor bus factor
Permissions requested
Install
docker run --rm -i pab1it0/chess-mcp
Review
Install if you're building chess tooling or need programmatic access to Chess.com data inside Claude. Skip if you're just curious about your own stats or don't work with chess regularly. It's a narrow tool that solves a specific problem cleanly.
Good at
- No API keys or authentication required, works immediately after install.
- Returns structured data and PGN strings that feed cleanly into analysis workflows.
- Docker image is small and starts in under a second.
- Covers the useful subset of Chess.com's public API without bloat.
Watch out
- Docker-only distribution feels heavy for what's essentially a thin API wrapper.
- No local caching, so repeated queries hit the Chess.com API every time.
- Read-only access means you can't post games or update profiles.
- Rate limits are inherited from Chess.com and can block bulk requests.
Use cases
- player stats lookup
- game analysis
- opening research
- chess history exploration
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.