Model Context Protocol (MCP) server for interacting with Paperless-NGX document management system. Enables AI assistants to manage documents, tags, correspondents, and document types through the Paper…
| Tool name | Description | Destructive? |
|---|---|---|
| list_tags | ✓ no | |
| create_tag | ✓ no | |
| update_tag | ✓ no | |
| delete_tag⚠ | ⚠ yes | |
| bulk_edit_tags | ✓ no |
| list_mail_accounts | ✓ no | |
| get_mail_account | ✓ no | |
| process_mail_account | ✓ no | |
| list_mail_rules | ✓ no | |
| get_mail_rule | ✓ no | |
| create_mail_rule | ✓ no | |
| update_mail_rule | ✓ no | |
| delete_mail_rule⚠ | ⚠ yes | |
| list_document_types | ✓ no | |
| get_document_type | ✓ no | |
| create_document_type | ✓ no | |
| update_document_type | ✓ no | |
| delete_document_type⚠ | ⚠ yes | |
| bulk_edit_document_types | ✓ no | |
| list_correspondents | ✓ no | |
| get_correspondent | ✓ no | |
| create_correspondent | ✓ no | |
| update_correspondent | ✓ no | |
| delete_correspondent⚠ | ⚠ yes | |
| bulk_edit_correspondents | ✓ no | |
| list_custom_fields | ✓ no | |
| get_custom_field | ✓ no | |
| create_custom_field | ✓ no | |
| update_custom_field | ✓ no | |
| delete_custom_field⚠ | ⚠ yes | |
| bulk_edit_custom_fields | ✓ no | |
| bulk_edit_documents | ✓ no | |
| post_document | ✓ no | |
| list_documents | ✓ no | |
| get_document | ✓ no | |
| get_document_content | ✓ no | |
| search_documents | ✓ no | |
| download_document | ✓ no | |
| get_document_thumbnail | ✓ no | |
| update_document | ✓ no |
{
"mcpServers": {
"baruchiropaperless": {
"command": "npx",
"args": [
"-y",
"@baruchiro/paperless-mcp"
]
}
}
}