Connector guide2-minute read9 MCP toolsEN · DE · IT

Paperless-ngx в MCP — управляйте Paperless-ngx из любого AI-агента

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 teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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.

инструментов

9

Регион

DE

Категория

Document Management

Аутентификация

API Key

Требуемые env-vars

PAPERLESS_URLPAPERLESS_API_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Paperless-ngx одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

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.

Попробуй спросить

Примеры промптов для Paperless-ngx

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Paperless-ngx · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Paperless-ngx, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

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.

Настройка

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)

Предварительные требования: PAPERLESS_URL, PAPERLESS_API_TOKEN

Локальная установка коннектора

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

Откройте http://localhost:3000/connectors/store, выберите Paperless-ngx и введите переменные, перечисленные в Предварительных требованиях.

Доступные инструменты

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

Следующие шаги

Это руководство помогло?

Your Paperless-ngx agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить Paperless-ngx к ChatGPT — через 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 к Claude — через 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 к Cursor — через 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 к Gemini — через 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

AFAS Profit в MCP — управляйте AFAS Profit из любого AI-агента

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 в MCP — управляйте Aruba Fatturazione Elettronica из любого AI-агента

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.