Paperless MCP - Document Management System

by PDangelmaier

2 stars
212 downloads
Not rated
GitHub

Description

# Paperless MCP - Document Management System <p align="center"> <img src="https://via.placeholder.com/200x200?text=Paperless+MCP" alt="Paperless MCP Logo" width="200" height="200"> </p> <p align="center"> A modern, efficient document management system for the digital workplace…

About

# Paperless MCP - Document Management System <p align="center"> <img src="https://via.placeholder.com/200x200?text=Paperless+MCP" alt="Paperless MCP Logo" width="200" height="200"> </p> <p align="center"> A modern, efficient document management system for the digital workplace </p> <p align="center"> <a…

Details

Author
PDangelmaier
GitHub stars
2
Downloads
212
Categories
Other

- Secure cloud or on-premises document storage
- OCR for scanned documents and PDF processing
- Role-based access control and audit logging
- RESTful API for third-party integration
- Webhook support and customizable workflow engine
- Intuitive web-based UI with mobile-responsive design

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Paperless MCP - Document Management System
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm after cloning the repository, or use Docker with docker-compose up -d. The system exposes a RESTful API at /api/v1 and a CLI for administrative tasks (e.g., npx paperless-mcp init). Configure using environment variables, a config file, or smithery.yaml.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "paperless mcp - document management system": {
            "Paperless-MCP-Server": {
                "command": "npx",
                "args": [
                    "paperless-mcp",
                    "--help"
                ]
            }
        }
    }
}

McpServers

{
    "Paperless-MCP-Server": {
        "command": "npx",
        "args": [
            "paperless-mcp",
            "--help"
        ]
    }
}

Paperless MCP - Document Management System

<p align="center"> Paperless MCP Logo </p> <p align="center"> A modern, efficient document management system for the digital workplace </p> <p align="center"> <a href="#features">Features</a> • <a href="#installation">Installation</a> • <a href="#usage">Usage</a> • <a href="#api-documentation">API</a> • <a href="#configuration">Configuration</a> • <a href="#contributing">Contributing</a> • <a href="#license">License</a> </p>

Overview

Paperless MCP is an open-source document management system designed to streamline the handling of digital documents in enterprise environments. It provides a comprehensive solution for storing, organizing, searching, and processing documents, eliminating the need for physical paperwork and simplifying document workflows. The system offers robust document processing capabilities, including OCR (Optical Character Recognition), metadata extraction, and automated document classification, all while maintaining strict security and access controls.

Features

Document Storage & Organization - Secure cloud or on-premises document storage - Hierarchical folder structure - Custom metadata and tagging - Advanced search capabilities Document Processing - OCR for scanned documents - Automated document classification - Metadata extraction - PDF processing and manipulation Security & Compliance - Role-based access control - Audit logging for all document activities - Encryption of sensitive data - Compliance with industry standards (GDPR, HIPAA, etc.) Integration & Extensibility - RESTful API for third-party integration - Webhook support for automation - Customizable workflow engine - Plugin architecture for extending functionality User Experience - Intuitive web-based user interface - Mobile-responsive design - Document preview and annotation - Batch operations for efficient document handling

Installation

Prerequisites

- Node.js (v16 or later) - npm or yarn - PostgreSQL (v13 or later) - Docker (optional, for containerized deployment)

Local Installation

1. Clone the repository: ``bash git clone https://github.com/yourusername/paperless-mcp.git cd paperless-mcp ` 2. Install dependencies: `bash npm install ` 3. Set up environment variables: ``bash cp .env.example .env
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.