ExactPDF for Zed
com.exactpdf/mcp
Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown.
client:Zed
transport:stdio
runtime:npm
Install ExactPDF in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@exactpdf/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs