Use this MCP server to chess.com. Player profiles, ratings, game archives, leaderboards, and...
claude mcp add chess-mcp -- npx -y @mrfentmen/chess-mcp
claude_desktop_config.json
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chess-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chess-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chess-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"chess-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/chess-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"chess-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/chess-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--chess-mcp/reviews or the review_server meta-tool.
POST /mcp