DicePDF for Zed
io.github.ishan-maheshwari/dicepdf
Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.
client:Zed
transport:stdio
runtime:npm
Install DicePDF in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dicepdf": {
"command": "npx",
"args": [
"-y",
"@dicepdf/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs