Paperless-ngx MCP Server for CrewAIGive CrewAI instant access to 26 tools to Create Correspondent, Create Document Type, Create Saved View, and more
Connect your CrewAI agents to Paperless-ngx through Vinkius, pass the Edge URL in the `mcps` parameter and every Paperless-ngx tool is auto-discovered at runtime. No credentials to manage, no infrastructure to maintain.
Ask AI about this MCP Server for CrewAI
The Paperless-ngx MCP Server for CrewAI is a standout in the Loved By Devs category — giving your AI agent 26 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from crewai import Agent, Task, Crew
agent = Agent(
role="Paperless-ngx Specialist",
goal="Help users interact with Paperless-ngx effectively",
backstory=(
"You are an expert at leveraging Paperless-ngx tools "
"for automation and data analysis."
),
# Your Vinkius token. get it at cloud.vinkius.com
mcps=["https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"],
)
task = Task(
description=(
"Explore all available tools in Paperless-ngx "
"and summarize their capabilities."
),
agent=agent,
expected_output=(
"A detailed summary of 26 available tools "
"and what they can do."
),
)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Paperless-ngx MCP Server
Connect your Paperless-ngx instance to any AI agent and transform your document archive into a searchable, conversational knowledge base.
When paired with CrewAI, Paperless-ngx becomes a first-class tool in your multi-agent workflows. Each agent in the crew can call Paperless-ngx tools autonomously, one agent queries data, another analyzes results, a third compiles reports, all orchestrated through Vinkius with zero configuration overhead.
What you can do
- Document Discovery — Use
list_documentswith full-text search or filter by tags and dates to find exactly what you need in seconds. - File Operations — Upload new documents with
upload_document, download originals withdownload_document, or get instant visual context withpreview_documentandthumb_document. - Metadata Management — Organize your library by creating and updating tags, correspondents, and document types using dedicated tools like
create_tagorupdate_correspondent. - Deep Inspection — Fetch complete OCR text and metadata for any specific file using
get_documentto help your AI analyze contents. - Saved Views — Access your predefined filters and organizational structures with
list_saved_views.
The Paperless-ngx MCP Server exposes 26 tools through the Vinkius. Connect it to CrewAI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 26 Paperless-ngx tools available for CrewAI
When CrewAI connects to Paperless-ngx through Vinkius, your AI agent gets direct access to every tool listed below — spanning digital-archive, ocr, full-text-search, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Create correspondent on Paperless-ngx
Create a new correspondent
Create document type on Paperless-ngx
Create a new document type
Create saved view on Paperless-ngx
Create a new saved view
Create tag on Paperless-ngx
Create a new tag
Delete correspondent on Paperless-ngx
Delete a correspondent
Delete document on Paperless-ngx
Delete a document
Delete document type on Paperless-ngx
Delete a document type
Delete saved view on Paperless-ngx
Delete a saved view
Delete tag on Paperless-ngx
Delete a tag
Download document on Paperless-ngx
Download the actual document file
Get correspondent on Paperless-ngx
Retrieve correspondent details
Get document on Paperless-ngx
Retrieve details of a specific document
Get document type on Paperless-ngx
Retrieve document type details
Get tag on Paperless-ngx
Retrieve tag details
List correspondents on Paperless-ngx
List all correspondents
List document types on Paperless-ngx
List all document types
List documents on Paperless-ngx
Supports filtering and searching via query parameters. List all documents in Paperless-ngx
List saved views on Paperless-ngx
List all saved views
List tags on Paperless-ngx
List all tags
Preview document on Paperless-ngx
Get a preview of the document
Thumb document on Paperless-ngx
Get the document thumbnail
Update correspondent on Paperless-ngx
Update a correspondent
Update document on Paperless-ngx
Update document metadata
Update document type on Paperless-ngx
Update a document type
Update tag on Paperless-ngx
Update a tag
Upload document on Paperless-ngx
Upload a new document
Connect Paperless-ngx to CrewAI via MCP
Follow these steps to wire Paperless-ngx into CrewAI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install CrewAI
pip install crewaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comCustomize the agent
role, goal, and backstory to fit your use caseRun the crew
python crew.py. CrewAI auto-discovers 26 tools from Paperless-ngxWhy Use CrewAI with the Paperless-ngx MCP Server
CrewAI Multi-Agent Orchestration Framework provides unique advantages when paired with Paperless-ngx through the Model Context Protocol.
Multi-agent collaboration lets you decompose complex workflows into specialized roles, one agent researches, another analyzes, a third generates reports, each with access to MCP tools
CrewAI's native MCP integration requires zero adapter code: pass Vinkius Edge URL directly in the `mcps` parameter and agents auto-discover every available tool at runtime
Built-in task delegation and shared memory mean agents can pass context between steps without manual state management, enabling multi-hop reasoning across tool calls
Sequential and hierarchical crew patterns map naturally to real-world workflows: enumerate subdomains → analyze DNS history → check WHOIS records → compile findings into actionable reports
Paperless-ngx + CrewAI Use Cases
Practical scenarios where CrewAI combined with the Paperless-ngx MCP Server delivers measurable value.
Automated multi-step research: a reconnaissance agent queries Paperless-ngx for raw data, then a second analyst agent cross-references findings and flags anomalies. all without human handoff
Scheduled intelligence reports: set up a crew that periodically queries Paperless-ngx, analyzes trends over time, and generates executive briefings in markdown or PDF format
Multi-source enrichment pipelines: chain Paperless-ngx tools with other MCP servers in the same crew, letting agents correlate data across multiple providers in a single workflow
Compliance and audit automation: a compliance agent queries Paperless-ngx against predefined policy rules, generates deviation reports, and routes findings to the appropriate team
Example Prompts for Paperless-ngx in CrewAI
Ready-to-use prompts you can give your CrewAI agent to start working with Paperless-ngx immediately.
"Search for all documents related to 'Electricity Bill' from 2023."
"Upload a new document titled 'Contract 2024' with tag ID 12."
"Get the full content and a preview of document ID 42."
Troubleshooting Paperless-ngx MCP Server with CrewAI
Common issues when connecting Paperless-ngx to CrewAI through Vinkius, and how to resolve them.
MCP tools not discovered
Agent not using tools
Timeout errors
Rate limiting or 429 errors
Paperless-ngx + CrewAI FAQ
Common questions about integrating Paperless-ngx MCP Server with CrewAI.
How does CrewAI discover and connect to MCP tools?
tools/list method. This means tools are always fresh and reflect the server's current capabilities. No tool schemas need to be hardcoded.Can different agents in the same crew use different MCP servers?
mcps list, so you can assign specific servers to specific roles. For example, a reconnaissance agent might use a domain intelligence server while an analysis agent uses a vulnerability database server.What happens when an MCP tool call fails during a crew run?
Can CrewAI agents call multiple MCP tools in parallel?
process=Process.parallel, each calling different MCP tools concurrently. This is ideal for workflows where separate data sources need to be queried simultaneously.Can I run CrewAI crews on a schedule (cron)?
crew.kickoff() method runs synchronously by default, making it straightforward to integrate into existing pipelines.Explore More MCP Servers
View all →
Deterministic 50/30/20 Budget Engine
1 toolsTransform your AI into a hyper-precise financial controller. Mathematically enforce the 50/30/20 budgeting rule on pre-categorized expense pipelines to detect exact capital deviations.

SimpleTexting
12 toolsSend mass text messages, run SMS campaigns, and manage two-way conversations with customers from one simple platform.

Siteimprove
9 toolsMonitor and improve your website quality — track accessibility, SEO, content QA, and broken links across your domains with AI agents.

Octoparse
10 toolsConnect your AI agent to Octoparse to trigger cloud web scraping tasks, monitor crawler statuses, and retrieve scraped data directly into chat.
