Skip to main content
Glama

Chess.com MCP Server

MIT License
48
  • Linux
  • Apple

download_player_games_pgn

Retrieve PGN files of a player's chess games for a specific month from Chess.com, enabling analysis and review of game history.

Instructions

Download PGN files for all games in a specific month from Chess.com

Input Schema

NameRequiredDescriptionDefault
monthYes
usernameYes
yearYes

Input Schema (JSON Schema)

{ "properties": { "month": { "title": "Month", "type": "integer" }, "username": { "title": "Username", "type": "string" }, "year": { "title": "Year", "type": "integer" } }, "required": [ "username", "year", "month" ], "title": "download_player_games_pgnArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pab1it0/chess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server