MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/PuzzleTide Puzzle Generator
Code ExecutionOfficial
P

PuzzleTide Puzzle Generator

Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.

0 starsUpdated Jul 17, 2026
View on GitHub

Ads

Overview

Word search generator, crossword generator, and sudoku generator + solver in one local-first puzzle generator CLI — with printable PDF worksheets, starter word banks, verifiable LLM evals, and bundled agent skills. From the makers of puzzletide.com. Ask a language model to write a word search and you get a grid where half the words are broken; ask it for a sudoku and you usually get one with several solutions, or none. Grids are exactly the kind of output LLMs are bad at and deterministic code is good at.

Installation

npm install -g puzzletide

Configuration

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

Capabilities

  • Generate a word search

    create a word search grid from custom words, a file, or a bundled theme using `puzzle_wordsearch_generate`.

  • Generate a crossword

    produce an interlocking crossword with standard numbering and validated clues via `puzzle_crossword_generate`.

  • Generate or solve sudoku

    create a sudoku with a guaranteed unique solution (`puzzle_sudoku_generate`) or solve an 81-character puzzle string (`puzzle_sudoku_solve`).

  • Validate a sudoku

    check a sudoku grid for conflicts, solvability, and solution uniqueness with `puzzle_sudoku_validate`.

  • Explore word banks

    list themes, search words by pattern, find anagrams, or pick random words using `words_themes`, `words_match`, `words_anagram`, and `words_random`.

  • Run verifiable LLM evals

    generate reproducible puzzle-based benchmark tasks (`eval_generate`) and grade answers by construction (`eval_check`).

Tags

  • llm
  • ai-model
  • search
  • knowledge-retrieval
  • development

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago