What is the PuzzleTide MCP server?
Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.
How to install PuzzleTide
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"puzzletide": {
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"puzzletide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}Claude Code
claude mcp add puzzletide -- npx -y puzzletide-mcpRelated MCP servers
Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities.