wordle helper mcp for VS Code
io.github.mrfentmen/wordle-helper-mcp
Suggest guesses and narrow Wordle candidates locally. No network and no key.
client:VS Code
transport:stdio
runtime:npm
Install wordle helper mcp in VS Code
.vscode/mcp.json
{
"servers": {
"wordle-helper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wordle-helper-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs