paperless-mcp
An MCP server for managing documents and metadata in a Paperless-NGX instance.
This MCP server allows users to interact with the Paperless-NGX API, providing tools to manage various aspects of document handling, including documents, tags, correspondents, and document types. Users can easily retrieve lists of documents, search for specific items, and create or modify tags and document types through simple commands.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"paperless-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-paperless-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions