project-nova
Verified Safeby PradeepaRW
Overview
Manages digital documents, tags, correspondents, and document types within a Paperless-NGX instance via a containerized MCP server using SSE transport for n8n integration.
Installation
npx @nloui/paperless-mcpEnvironment Variables
- PAPERLESS_URL
- PAPERLESS_TOKEN
- SSE_PORT
- SSE_HOST
Security Notes
The initial setup instructions suggest placing the PAPERLESS_TOKEN directly in `docker-compose.yml`, which is a security risk (though later documentation recommends using `.env` files or Docker secrets). The service binds to `0.0.0.0` by default, requiring careful network access control. However, security best practices for API tokens, network access, and container security are well-documented in the accompanying guidelines, and the use of `supergateway` for STDIO-to-SSE conversion is a standard, generally safe pattern.
Similar Servers
n8n
The MCP (Model Context Protocol) components in n8n enable workflows to interact with external AI agents and tools over a standardized protocol, facilitating communication between n8n and AI models for agent-based automation.
n8n-mcp
Provides an AI-friendly interface for n8n, enabling advanced documentation search, comprehensive workflow validation (including autofixing), template discovery, and workflow management (create, update, test, deploy workflows) to assist AI agents in building and managing n8n automations.
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.