Skip to content
Cursor

Chess Esca for Cursor

io.github.anglerfishchess/chess-esca-mcp

Read chess positions by the rules: legality with its evidence, draws, facts, openings, PGN

client:Cursor transport:stdio runtime:pypi

Install Chess Esca in Cursor

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

{
  "mcpServers": {
    "chess-esca-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chess-esca-mcp"
      ]
    }
  }
}

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

Chess Esca in other clients