
PuzzleTide Puzzle Generator認証済み注目
@Caravaca-Labs
PuzzleTide Puzzle Generator について
Word search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PuzzleTide?
PuzzleTide is a local-first MCP server for puzzle generation: a word search generator, crossword generator, and sudoku generator + solver in one package. Ask a language model to hand-write a word search and half the words break; ask it for a sudoku and you get one with several solutions. PuzzleTide is the deterministic code agents should call instead — every word search placement is verifiable, every sudoku is checked to have exactly one solution, and every crossword is validated against its own clues. Same seed in, same puzzle out.
Setup
{
"mcpServers": {
"puzzletide": {
"command": "npx",
"args": ["-y", "puzzletide-mcp"]
}
}
}
Works with Claude Desktop, Cursor, Windsurf, and any MCP client. Everything runs locally — no account, API key, telemetry, or network access.
Tools (15)
- puzzle_wordsearch_generate — word search from custom words or 30 themed word banks; 8 directions with kid-friendly presets
- puzzle_crossword_generate — interlocking crossword grids with standard numbering and validated clues
- puzzle_sudoku_generate — easy, medium, hard, and expert sudoku with a unique-solution guarantee
- puzzle_sudoku_solve / puzzle_sudoku_validate — instant solver; conflict and uniqueness checks
- words_themes, words_list, words_match, words_anagram, words_random, words_categories, words_stats — word bank browsing, crossword-style pattern matching, anagrams
- eval_generate / eval_check — reproducible puzzle tasks with by-construction grading for benchmarking LLMs (no answer key to trust, no LLM judge)
- play_daily — a shared daily sudoku
Key features
- Printable PDF puzzle worksheets: pass a pdf file path to any generator and get a print-ready sheet with puzzle and solution pages (letter or A4), plus SVG output
- Deterministic seeds — reproducible puzzles for teachers, activity packets, and benchmark sets
- Verifiable LLM evals: a sudoku answer either satisfies the rules or it doesn't; a word search answer either spells the word in the grid or it doesn't
- Property-tested generators shipped as the open-source puzzletide CLI (ptide)
Use cases
- Generate a printable word search for a classroom, party, or activity book in one prompt
- Create sudoku packets at graded difficulties with answer keys
- Build crosswords from your own word/clue lists
- Benchmark a model's reasoning with reproducible, objectively gradable puzzle tasks
Play online
Prefer a browser? Play free at https://puzzletide.com
- Word search: https://puzzletide.com/word-search
- Crossword: https://puzzletide.com/crossword
- Sudoku: https://puzzletide.com/sudoku
- Printable puzzles: https://puzzletide.com/printable
- Puzzle maker: https://puzzletide.com/maker
FAQ
Does it need an API key?
No. All generation runs locally over stdio via the puzzletide-mcp npm package.
Can it make printable puzzles?
Yes — every generator accepts pdf and svg file-path arguments and writes print-ready worksheets with solution pages.
基本情報
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Huoshan Test
volcengineMCP Framework
QuantGeekDevThe Typescript MCP Framework
コメント