paperless-mcp
8
Paperless-NGX MCP Server provides a framework for managing document data with the Paperless-NGX API. It supports various operations like searching, tagging, and document type management in an organized and efficient manner. The server can be installed easily and is compatible with CLI and HTTP modes.
Paperless-NGX MCP Server
- An MCP server for interacting with a Paperless-NGX API server.
- Provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
Quick Start
- Installation via Smithery: Use
npx
with command options for automatic setup. - Manual installation involves editing MCP config files to include your server and API token details.
- Offers operations such as listing documents, performing searches, bulk editing, and uploading new documents.
Available Tools
- Document Operations: list, get, search, download, and bulk edit documents.
- Tag Operations: list and create tags.
- Correspondent Operations: list and create correspondents.
- Document Type Operations: list and create document types.
Error Handling
- Handles errors related to incorrect URLs or tokens and unreachable servers.
Development
- Contributions welcome; built with litemcp and zod frameworks.
API Documentation
- Implements endpoints from the Paperless-NGX REST API.
Running the MCP Server
- Can operate in stdio or HTTP modes.