mcpbeat Sign in

Chess.com MCP Server

local only

Chess.com MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

MCP server for Chess.com player profiles, games, stats, puzzles, clubs, and tournaments

Installs / week
npm · chess-mcp-node
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Chess.com MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chess-mcp-node -- npx -y chess-mcp-node
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chess-mcp-node": {
      "args": [
        "-y",
        "chess-mcp-node"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chess-mcp-node]
command = "npx"
args = ["-y", "chess-mcp-node"]
.cursor/mcp.json
{
  "mcpServers": {
    "chess-mcp-node": {
      "args": [
        "-y",
        "chess-mcp-node"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chess-mcp-node": {
      "args": [
        "-y",
        "chess-mcp-node"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chess.com MCP Server

same job, measured the same way
Lichess MCP by UnClick
by malamutemayhem

Lichess player profiles, games, daily puzzle, top players, and tournaments. By UnClick.

16 installs/wk local only
Chess.com MCP by UnClick
by malamutemayhem

Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.

15 installs/wk local only
Chesscom MCP
by mrfentmen

Keyless MCP server for Chess.com: player profiles, ratings by time control, daily puzzle,...

270 installs/wk local only
Chess MCP
by mrfentmen

Use this MCP server to chess.com. Player profiles, ratings, game archives, leaderboards, and...

270 installs/wk local only
Lichess MCP
by mrfentmen

Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...

59 installs/wk local only
Steam MCP Server
by julianmeyerr

Access Steam profiles, libraries, achievements, friends, news, and player statistics through MCP.

87 installs/wk local only
Sourceforge MCP
by mrfentmen

Keyless MCP server for SourceForge: projects, files, stats.

local only
Steam MCP Server
by grinv

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).

271 installs/wk local only

Chess.com MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Chess.com MCP Server?
Chess.com MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package chess-mcp-node.
How do I connect Chess.com MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chess-mcp-node straight from npm; nothing to host, nothing to sign up for.
Is Chess.com MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.