Paperless-ngx for Zed
io.github.cubinet-code/paperless-ngx-mcp
Full Paperless-ngx API for AI assistants: search, tag, edit and upload documents, workflows and more
client:Zed
transport:stdio
runtime:npm
Install Paperless-ngx in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"paperless-ngx-mcp": {
"command": "npx",
"args": [
"-y",
"paperless-ngx-mcp"
],
"env": {
"PAPERLESS_URL": "<PAPERLESS_URL>",
"PAPERLESS_API_KEY": "<PAPERLESS_API_KEY>",
"PAPERLESS_PUBLIC_URL": "<PAPERLESS_PUBLIC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs