Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"paperless-bulk": {
"command": "python3",
"args": [
"-m",
"paperless_bulk_mcp"
],
"env": {
"PAPERLESS_TOKEN": "${PAPERLESS_TOKEN}",
"PAPERLESS_BASE_URL": "${PAPERLESS_BASE_URL}",
"PAPERLESS_INBOX_TAG_ID": "${PAPERLESS_INBOX_TAG_ID}"
}
}
}
}Replace placeholder values for: PAPERLESS_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PAPERLESS_TOKEN=${PAPERLESS_TOKEN}PAPERLESS_BASE_URL=${PAPERLESS_BASE_URL}PAPERLESS_INBOX_TAG_ID=${PAPERLESS_INBOX_TAG_ID}Sensitive values you must provide — never committed to source control
npx claudepluginhub mccavity/paperless-bulk-plugin --plugin paperless-bulk-plugin