Paperless-NGX MCP Server
@nloui
Paperless-NGX MCP Server について
An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"paperless-mcp-nloui": {
"command": "node",
"args": [
"server.js",
"http://localhost:8000",
"your-test-token"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Paperless-NGX MCP Server?
An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. It provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
How to use Paperless-NGX MCP Server?
Install globally via npm install -g paperless-mcp, then add it to your Claude MCP configuration (VSCode extension or desktop app) with the command npx paperless-mcp <baseUrl> <token>. Obtain an API token from your Paperless-NGX profile page.
Key features of Paperless-NGX MCP Server
- List, get, search, download, and upload documents
- Bulk edit documents (set correspondent, type, tags, merge, split, etc.)
- Create and list tags with color and matching rules
- Create and list correspondents and document types
- Supports both stdio and HTTP (Streamable HTTP Transport) modes
Use cases of Paperless-NGX MCP Server
- Search for documents by full-text query or tag
- Automate document tagging and correspondent assignment
- Upload new documents with metadata (title, date, tags)
- Perform bulk operations like merging or splitting documents
- Integrate Paperless-NGX document management into AI workflows
FAQ from Paperless-NGX MCP Server
What are the prerequisites?
A running Paperless-NGX instance and a valid API token from that instance.
How do I get an API token?
Log into Paperless-NGX, click your username in the top right, select "My Profile", and click the circular arrow button to generate a new token.
What transport modes are supported?
Two modes: stdio (default) and HTTP (Streamable HTTP Transport) using the --http flag, optionally with --port (default 3000).
What happens if the Paperless-NGX server is unreachable?
The server will show clear error messages indicating the URL or token is incorrect, the server is unreachable, or the operation failed.
Can I run it as an HTTP service?
Yes, run with npm run start -- <baseUrl> <token> --http --port 3000. The MCP API is available at POST /mcp.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント