mcpbeat Sign in

Chess MCP Server

local only

Chess MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @mrfentmen/chess-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 -- npx -y @mrfentmen/chess-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chess-mcp": {
      "args": [
        "-y",
        "@mrfentmen/chess-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chess-mcp]
command = "npx"
args = ["-y", "@mrfentmen/chess-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chess-mcp": {
      "args": [
        "-y",
        "@mrfentmen/chess-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chess-mcp": {
      "args": [
        "-y",
        "@mrfentmen/chess-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chess MCP

same job, measured the same way
Speedrun MCP
by mrfentmen

Use this MCP server to speedrun.com, world records, category leaderboards, and runner profiles....

local only
Chess.com MCP by UnClick
by malamutemayhem

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

19 installs/wk local only
Lichess MCP
by mrfentmen

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

local only
Git Leaderboard
by hrvoje0099

Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.

24 installs/wk local only
Nhl MCP
by mrfentmen

Use this MCP server to the NHL. Team and player stats, standings, schedules, and game results....

local only
Chesscom MCP
by mrfentmen

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

local only
Textfiles MCP
by mrfentmen

Use this MCP server to textfiles.com, the BBS era archive of zines, phreaking docs, and early...

local only
Boardgamegeek MCP
by mrfentmen

Keyless MCP server for BoardGameGeek: search board games, get details, ratings, players,...

local only

Chess MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chess MCP?
Chess MCP 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 @mrfentmen/chess-mcp.
Is Chess MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Chess MCP?
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 @mrfentmen/chess-mcp straight from npm; nothing to host, nothing to sign up for.