pdf it for Zed
io.github.mrslbt/pdf-it
Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.
client:Zed
transport:stdio
runtime:npm
Install pdf it in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pdf-it": {
"command": "npx",
"args": [
"-y",
"pdf-it-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs