MCP Hub
Back to servers

chess

Chess.com MCP — wraps the Chess.com public API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-chess

MCP server for the Chess.com API — player profiles, game statistics, monthly game archives, and leaderboards. Free, no auth required.

Tools

ToolDescription
get_playerGet a player's public profile
get_statsGet ratings and win/loss/draw records across all formats
get_gamesGet a player's games for a specific month
get_leaderboardsGet top-ranked players across game formats

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "chess": {
      "type": "url",
      "url": "https://gateway.pipeworx.io/chess"
    }
  }
}

CLI Usage

npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/chess

License

MIT

Reviews

No reviews yet

Sign in to write a review