Skip to content
Cursor

PuzzleTide for Cursor

io.github.catorch/puzzletide

Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.

client:Cursor transport:stdio runtime:npm

Install PuzzleTide in Cursor

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

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

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

PuzzleTide in other clients