MCP.so
登录

Paperless MCP - Document Management System

@PDangelmaier

关于 Paperless MCP - Document Management System

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

PDangelmaier

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Paperless MCP - Document Management System?

Paperless MCP is an open-source document management system for enterprise environments. It provides storage, organization, search, and processing of digital documents, including OCR, metadata extraction, and automated classification.

How to use Paperless MCP - Document Management System?

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.

Key features of Paperless MCP - Document Management System

  • 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

Use cases of Paperless MCP - Document Management System

  • Digitizing and organizing invoices with automatic metadata extraction
  • Enabling enterprise document search across hierarchical folders
  • Automating document workflows with webhooks and custom plugins
  • Managing compliance through audit trails and encryption
  • Establishing a central repository for team collaboration

FAQ from Paperless MCP - Document Management System

What are the system requirements?

Node.js v16 or later, npm or yarn, and PostgreSQL v13 or later. Docker is optional for containerized deployment.

How do I configure the server?

Configuration is done via environment variables (e.g., PORT, DATABASE_URL, STORAGE_TYPE), a config.js or config.json file, or the smithery.yaml file.

What authentication methods are supported?

The API supports authentication via API keys or JWT tokens. Tokens are obtained by logging in with a username and password.

What storage backends are available?

The server supports local storage, Amazon S3, and Azure Blob Storage, configured through the STORAGE_TYPE environment variable.

Can I use OCR?

Yes, Paperless MCP includes OCR functionality. The OCR engine can be set via the OCR_ENGINE environment variable (e.g., tesseract, azure).

评论

其他 分类下的更多 MCP 服务器