🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

puzzletide-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puzzletide-mcp

MCP server for puzzle generation — word search generator, crossword generator, sudoku generator + solver, printable PDF worksheets, and verifiable LLM evals for Claude Desktop, Cursor, and any MCP client.

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
58
-1.69%
Maintainers
1
Weekly downloads
 
Created
Source

puzzletide-mcp — puzzle generator MCP server

MCP server for puzzle generation: word search generator, crossword generator, and sudoku generator + solver, with printable PDF worksheets, themed word banks, and verifiable LLM evals. Works with Claude Desktop, Cursor, Windsurf, and any Model Context Protocol client. From the makers of puzzletide.com.

Setup

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

Everything runs locally — no account, API key, telemetry, or network access.

Tools

Tool names mirror the PuzzleTide CLI registry ids (ptide run <tool-id>), with underscores:

  • puzzle_wordsearch_generate — word search from words, files, or themed banks; every placement verifiable
  • puzzle_crossword_generate — interlocking crossword with standard numbering
  • puzzle_sudoku_generate — easy/medium/hard/expert sudoku with a unique-solution guarantee
  • puzzle_sudoku_solve / puzzle_sudoku_validate — instant solver; conflict/uniqueness checks
  • words_themes, words_list, words_match, words_anagram, words_random, words_categories, words_stats
  • eval_generate / eval_check — reproducible, objectively gradable puzzle tasks for benchmarking models
  • play_daily — the daily sudoku

Generation is deterministic per seed. pdf, svg, and out arguments take file paths and write printable worksheets (puzzle + solution pages).

Full documentation: docs/mcp.md

Play online

Prefer a browser? Word search · Crossword · Sudoku · Printable puzzles · Puzzle maker

License

MIT © Caravaca Labs

Keywords

mcp

FAQs

Package last updated on 17 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts