mcpbeat Sign in

PuzzleTide MCP Server

local only

PuzzleTide runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 17 Jul 2026.

Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.

Installs per day peak 278 · avg 14 · +8% w/w
a month agotoday
41
Installs / week
npm · puzzletide-mcp
0
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check PuzzleTide every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add puzzletide -- npx -y puzzletide-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "puzzletide": {
      "args": [
        "-y",
        "puzzletide-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.puzzletide]
command = "npx"
args = ["-y", "puzzletide-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "puzzletide": {
      "args": [
        "-y",
        "puzzletide-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "puzzletide": {
      "args": [
        "-y",
        "puzzletide-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to PuzzleTide

same job, measured the same way
I
PDF Generator
by mcp-z

MCP server for creative PDF generation with full emoji, Unicode, and offline support

370 installs/wk local only
blue·auth Document Signing
by ricdanyalgil

Send AI-created PDFs for signature, track signers, and return verifiable document evidence.

answering
Presentations
by getalai

Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.

answering
Documentero
by documentero

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

30 installs/wk local only
LetX
by letx

Collaborative LaTeX editor: search 1000+ templates, edit projects, and compile them to PDF.

answering
Hushvert
by hushvert

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

50 installs/wk local only
APICK
by apick

APICK Korean data, OCR, search, conversion, image and video generation, and asynchronous TTS

852 installs/wk 97 tools answering
Ozor
by mintii-labs

Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.

21 installs/wk answering

PuzzleTide — questions

Answers built from our own checks of this server.

Why is there no uptime for PuzzleTide?
PuzzleTide runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package puzzletide-mcp was installed 41 times last week.
How do I connect PuzzleTide?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls puzzletide-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PuzzleTide?
The npm package puzzletide-mcp was installed 41 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PuzzleTide open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.