Back to MCP Servers
Chess
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.
gamingai
By pab1it0
Installation
npx -y chess-mcpConfiguration
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": ["-y", "chess-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes