project-nova
Verified Safeby PradeepaRW
Overview
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.
Installation
npx @nloui/paperless-mcpEnvironment Variables
- PAPERLESS_URL
- PAPERLESS_TOKEN
- SSE_PORT
- SSE_HOST
Security Notes
The `PAPERLESS_TOKEN` is a sensitive API key configured via an environment variable. While this prevents hardcoding, for production environments, Docker secrets or a dedicated secret management solution are recommended. The server exposes an SSE endpoint, and network access controls (e.g., firewalls, internal Docker networks) should be properly configured by the user to restrict access. No explicit 'eval' or malicious patterns were found in the provided (truncated/summarized) source code. The underlying `@nloui/paperless-mcp` is an npm package, and its security depends on its maintainer.
Similar Servers
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
n8n-operator
Automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.