Skip to main content
GamingPython

pab1ito/chess-mcp

Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.

gamingcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pab1it0/chess-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "chess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pab1ito/chess-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
Python
Author
pab1it0