PuzzleTide for VS Code
io.github.catorch/puzzletide
Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals.
client:VS Code
transport:stdio
runtime:npm
Install PuzzleTide in VS Code
.vscode/mcp.json
{
"servers": {
"puzzletide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"puzzletide-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs