Skip to content
Zed

Chess.com MCP by UnClick for Zed

io.github.malamutemayhem/chessdotcom

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

client:Zed transport:stdio runtime:npm

Install Chess.com MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "chessdotcom": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/chessdotcom-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Chess.com MCP by UnClick in other clients