Keyless MCP server for Chess.com: player profiles, ratings by time control, daily puzzle,...
claude mcp add chesscom-mcp -- npx -y @mrfentmen/chesscom-mcp
claude_desktop_config.json
{
"mcpServers": {
"chesscom-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chesscom-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"chesscom-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chesscom-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chesscom-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chesscom-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"chesscom-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/chesscom-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"chesscom-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chesscom-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--chesscom-mcp/reviews or the review_server meta-tool.
POST /mcp