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.
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.
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 + ChatGPT
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
- Sign in to Paperless-ngx, open the user menu → My Profile, and copy the API Auth Token (create one if the field is empty).
- Put it in
PAPERLESS_API_TOKENand your instance's base URL inPAPERLESS_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 ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
Paperless-ngx - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| Tool | What it does |
|---|---|
paperless_ngx_search_documents | Full-text search across the OCR'd content of every document |
paperless_ngx_list_documents | List documents filtered by correspondent, document type, tag or creation date — the structured alternative to full-text search when you alre |
paperless_ngx_get_document | Read 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_metadata | Read the technical metadata of one document: original filename, media type, checksum, page count and any embedded PDF metadata |
paperless_ngx_list_correspondents | List correspondents — the senders documents are filed under — with their document count and matching rules |
paperless_ngx_list_document_types | List the document types configured in the instance (invoice, contract, payslip …) with their document counts |
paperless_ngx_list_tags | List tags with their colour, inbox flag and document count |
paperless_ngx_list_storage_paths | List the storage paths documents are filed into, with their path template and document count |
paperless_ngx_get_statistics | Read instance-wide statistics: total documents, documents in the inbox, character count and the breakdown by file type |
FAQ
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.
Nächste Schritte
War dieser Guide hilfreich?