← Back to Plugins
MCP Server MCP

Paperless-ngx

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-paperless-ngx",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Paperless-ngx instance",
          "isRequired": true,
          "name": "PAPERLESS_URL"
        },
        {
          "description": "Paperless-ngx API token",
          "isRequired": true,
          "isSecret": true,
          "name": "PAPERLESS_TOKEN"
        },
        {
          "description": "URL used when building links, if the instance is reachable under a different name from outside",
          "name": "PAPERLESS_PUBLIC_URL"
        },
        {
          "description": "Comma-separated toolsets, or all",
          "name": "PAPERLESS_TOOLSETS"
        },
        {
          "description": "Expose only tools that cannot change anything",
          "default": "false",
          "name": "PAPERLESS_READ_ONLY"
        },
        {
          "description": "Extra request headers; needed behind forward-auth proxies such as Authentik",
          "name": "PAPERLESS_HEADERS"
        },
        {
          "description": "Where downloaded files are written",
          "format": "filepath",
          "name": "PAPERLESS_DOWNLOAD_DIR"
        },
        {
          "description": "Hard ceiling on list page sizes",
          "default": "100",
          "name": "PAPERLESS_MAX_PAGE_SIZE"
        },
        {
          "description": "Request timeout in milliseconds",
          "default": "60000",
          "name": "PAPERLESS_TIMEOUT_MS"
        },
        {
          "description": "REST API version sent in the Accept header",
          "default": "10",
          "name": "PAPERLESS_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...