Skip to content
Cursor

Chess.com MCP by UnClick for Cursor

io.github.malamutemayhem/chessdotcom

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

client:Cursor transport:stdio runtime:npm

Install Chess.com MCP by UnClick in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Chess.com MCP by UnClick in other clients