pdf mcp for Zed
io.github.wesseltl/pdf-mcp
Extract text and tables from PDFs for an agent: invoices, reports, statements.
client:Zed
transport:stdio
runtime:pypi
Install pdf mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs