puzzletide-mcp
v0.2.1
Published
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.
Maintainers
Readme
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 verifiablepuzzle_crossword_generate— interlocking crossword with standard numberingpuzzle_sudoku_generate— easy/medium/hard/expert sudoku with a unique-solution guaranteepuzzle_sudoku_solve/puzzle_sudoku_validate— instant solver; conflict/uniqueness checkswords_themes,words_list,words_match,words_anagram,words_random,words_categories,words_statseval_generate/eval_check— reproducible, objectively gradable puzzle tasks for benchmarking modelsplay_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
