PDF Reader (PDF Agent Stack) for Zed
io.github.shuji-bonji/pdf-reader-mcp
Read PDF internals: text, structure, fonts, signatures and tags, with what was not read declared.
client:Zed
transport:stdio
runtime:npm
Install PDF Reader (PDF Agent Stack) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pdf-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@shuji-bonji/pdf-reader-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs