tooldash mcp for VS Code
io.github.lassib999/tooldash-mcp
Offline PDF and text tools: merge, extract pages, inspect, clean text. No upload, no API key.
client:VS Code
transport:stdio
runtime:npm
Install tooldash mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "tooldash-mcp-root",
"description": "TOOLDASH_MCP_ROOT",
"password": true
}
],
"servers": {
"tooldash-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tooldash-mcp"
],
"env": {
"TOOLDASH_MCP_ROOT": "${input:tooldash-mcp-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs