Paperless-ngx for Grok
io.github.cubinet-code/paperless-ngx-mcp
Full Paperless-ngx API for AI assistants: search, tag, edit and upload documents, workflows and more
client:Grok
transport:stdio
runtime:npm
Install Paperless-ngx in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs