Paperless MCP
未认领An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
claudedocument-managementmcpmodel-context-protocolpaperless-ngx
安装
$
npm install -g paperless-mcp工具(12 个)
bulk_edit_documents
Perform bulk operations on multiple documents.
create_correspondent
Create a new correspondent.
create_document_type
Create a new document type.
create_tag
Create a new tag.
download_document
Download a document file by ID.
get_document
Get a specific document by ID.
list_correspondents
Get all correspondents.
list_document_types
Get all document types.
list_documents
Get a paginated list of all documents.
list_tags
Get all tags.
post_document
Upload a new document to Paperless-NGX.
search_documents
Full-text search across documents.