tooldash mcp for Cursor
io.github.lassib999/tooldash-mcp
Offline PDF and text tools: merge, extract pages, inspect, clean text. No upload, no API key.
client:Cursor
transport:stdio
runtime:npm
Install tooldash mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tooldash-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tooldash-mcp"
],
"env": {
"TOOLDASH_MCP_ROOT": "<TOOLDASH_MCP_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs