Sáltate la instalación. Funcionando en menos de 2 minutos.
Inicia una prueba gratuita en cloud.anythingmcp.com, añade Paperless-ngx con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.
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.
Prueba a pedir
Prompts de ejemplo para Paperless-ngx
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Paperless-ngx, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Paperless-ngx + Claude
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.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
PAPERLESS_URL, PAPERLESS_API_TOKEN
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el adapter
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
Paso 3 — Añadir el conector en Claude
Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.
- Abre claude.ai/customize/connectors.
- Pulsa "Add custom connector".
- Rellena:
- Name:
Paperless-ngx - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.
Herramientas disponibles
| 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
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.
Siguientes pasos
¿Te ha sido útil esta guía?