Odel
Paperless-ngx

Paperless-ngx

Local
@tobee89TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-paperless-ngxv0.1.1

Run

npx -y mcp-paperless-ngx

MCP client config

{
  "mcpServers": {
    "paperless-ngx": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-paperless-ngx"
      ]
    }
  }
}