MCP server for chess.ceo — LLM tools for player search, preparation, position stats, and live tournaments
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chessceo-mcp": {
"command": "npx",
"args": [
"-y",
"chessceo/chessceo-mcp"
]
}
}
}
Run in terminal:
claude mcp add chessceo-mcp npx -y chessceo/chessceo-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"chessceo-mcp": {
"command": "npx",
"args": [
"-y",
"chessceo/chessceo-mcp"
]
}
}
}