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.
Quick Start
Clone the repository:
git clone https://github.com/pab1it0/chess-mcpClaude Desktop configuration example:
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": [
"-y",
"pab1ito/chess-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.