Connector guide2-minute read9 MCP toolsEN · DE · IT

Paperless-ngx mit Cursor verbinden — über MCP

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Paperless-ngx

Paperless-ngx

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

Tools

9

Region

DE

Kategorie

Document Management

Authentifizierung

API Key

Benötigte Env-Vars

PAPERLESS_URLPAPERLESS_API_TOKEN
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Paperless-ngx mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

Frag einfach

Beispiel-Prompts für Paperless-ngx

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Paperless-ngx · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Paperless-ngx klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Paperless-ngx + Cursor

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

PAPERLESS_URL, PAPERLESS_API_TOKEN

Schritt 1 — Zugangsdaten holen

Getting a token

  1. Sign in to Paperless-ngx, open the user menu → My Profile, and copy the API Auth Token (create one if the field is empty).
  2. Put it in PAPERLESS_API_TOKEN and your instance's base URL in PAPERLESS_URL — no trailing slash and no /api, e.g. https://paperless.example.com.

The Authorization header is Token …, Django REST Framework's scheme — not Bearer. The adapter sends it correctly.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Paperless-ngx als "Connected" gelistet ist.
  4. Chatten — alle Paperless-ngx-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
paperless_ngx_search_documentsFull-text search across the OCR'd content of every document
paperless_ngx_list_documentsList documents filtered by correspondent, document type, tag or creation date — the structured alternative to full-text search when you alre
paperless_ngx_get_documentRead one document's metadata: title, correspondent, type, tags, created and added dates, archive serial number and the full OCR'd content
paperless_ngx_get_document_metadataRead the technical metadata of one document: original filename, media type, checksum, page count and any embedded PDF metadata
paperless_ngx_list_correspondentsList correspondents — the senders documents are filed under — with their document count and matching rules
paperless_ngx_list_document_typesList the document types configured in the instance (invoice, contract, payslip …) with their document counts
paperless_ngx_list_tagsList tags with their colour, inbox flag and document count
paperless_ngx_list_storage_pathsList the storage paths documents are filed into, with their path template and document count
paperless_ngx_get_statisticsRead instance-wide statistics: total documents, documents in the inbox, character count and the breakdown by file type

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Your Paperless-ngx agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen

connectors

Paperless-ngx mit ChatGPT verbinden — über MCP

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

connectors

Paperless-ngx mit Claude verbinden — über MCP

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

connectors

Paperless-ngx mit Gemini verbinden — über MCP

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

connectors

Paperless-ngx zu MCP — Paperless-ngx aus jedem KI-Agent steuern

Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.

connectors

AFAS Profit mit Cursor verbinden — über MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica mit Cursor verbinden — über MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.