Loading MCP server directory, please wait...
MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.
npx @getmcp/cli add io.github.tobee89/mcp-paperless-ngxRequires Node.js 18+. Community-contributed server. Review source before installing.
PAPERLESS_URLBase URL of the Paperless-ngx instance
PAPERLESS_TOKENPaperless-ngx API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tobee89/mcp-paperless-ngx": {
"command": "npx",
"args": [
"-y",
"mcp-paperless-ngx"
],
"env": {
"PAPERLESS_URL": "",
"PAPERLESS_TOKEN": "",
"PAPERLESS_PUBLIC_URL": "",
"PAPERLESS_TOOLSETS": "",
"PAPERLESS_READ_ONLY": "false",
"PAPERLESS_HEADERS": "",
"PAPERLESS_DOWNLOAD_DIR": "",
"PAPERLESS_MAX_PAGE_SIZE": "100",
"PAPERLESS_TIMEOUT_MS": "60000",
"PAPERLESS_API_VERSION": "10"
}
}
}
}