Back to MCP Servers
🔌

pab1ito/chess-mcp

MIT

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

PythonSearch

Install

npx -y pab1ito-chess-mcp

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.