Skip to content

Paperless-ngx for Zed

io.github.tobee89/mcp-paperless-ngx

MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.

client:Zed transport:stdio runtime:npm

Install Paperless-ngx in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-paperless-ngx": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-paperless-ngx"
      ],
      "env": {
        "PAPERLESS_URL": "<PAPERLESS_URL>",
        "PAPERLESS_TOKEN": "<PAPERLESS_TOKEN>",
        "PAPERLESS_PUBLIC_URL": "<PAPERLESS_PUBLIC_URL>",
        "PAPERLESS_TOOLSETS": "<PAPERLESS_TOOLSETS>",
        "PAPERLESS_READ_ONLY": "<PAPERLESS_READ_ONLY>",
        "PAPERLESS_HEADERS": "<PAPERLESS_HEADERS>",
        "PAPERLESS_DOWNLOAD_DIR": "<PAPERLESS_DOWNLOAD_DIR>",
        "PAPERLESS_MAX_PAGE_SIZE": "<PAPERLESS_MAX_PAGE_SIZE>",
        "PAPERLESS_TIMEOUT_MS": "<PAPERLESS_TIMEOUT_MS>",
        "PAPERLESS_API_VERSION": "<PAPERLESS_API_VERSION>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Paperless-ngx in other clients