Paperless-ngx for Cursor
io.github.cubinet-code/paperless-ngx-mcp
Full Paperless-ngx API for AI assistants: search, tag, edit and upload documents, workflows and more
client:Cursor
transport:stdio
runtime:npm
Install Paperless-ngx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paperless-ngx-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paperless-ngx-mcp"
],
"env": {
"PAPERLESS_URL": "<PAPERLESS_URL>",
"PAPERLESS_API_KEY": "<PAPERLESS_API_KEY>",
"PAPERLESS_PUBLIC_URL": "<PAPERLESS_PUBLIC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs