MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-paperless-ngx
MCP client config
{
"mcpServers": {
"paperless-ngx": {
"command": "npx",
"args": [
"-y",
"mcp-paperless-ngx"
]
}
}
}