
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.
基本信息
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论