Skip to content
Cursor

Chess.com MCP Server for Cursor

io.github.udarrr/chess-mcp-node

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

client:Cursor transport:stdio runtime:npm

Install Chess.com MCP Server in Cursor

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

{
  "mcpServers": {
    "chess-mcp-node": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chess-mcp-node"
      ]
    }
  }
}

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

Chess.com MCP Server in other clients