69
/ 100
4 days ago
glama

nc-mcp-server

An MCP server that exposes Nextcloud APIs as tools for AI assistants, enabling management of files, calendar, contacts, conversations, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: NEXTCLOUD_PASSWORD, NEXTCLOUD_MCP_APP_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configNEXTCLOUD_URLexport =https://your-nextcloud.example.com
configNEXTCLOUD_USERexport =your-username
🔐 secretNEXTCLOUD_PASSWORDexport =your-app-password
configNEXTCLOUD_MCP_PERMISSIONSread (default) List files, read files, get users, view notifications =read
configNEXTCLOUD_MCP_HOST
configNEXTCLOUD_MCP_PORT
configNEXTCLOUD_MCP_RETRY_MAXexport =3 # max retries on 429/503 (default: 3, 0 to disable)
🔐 secretNEXTCLOUD_MCP_APP_PASSWORD
configNEXTCLOUD_MCP_UPLOAD_ROOT. See [Files](#files) for details.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/cloud-py-api-nc-mcp-server-zk8872)](https://m8ven.ai/mcp/cloud-py-api-nc-mcp-server-zk8872)
commit: dd9b83bffc27a7619448c5e98ce3d4deee841d02
code hash: 4168ab1dd3b2e484e5a2ceb3f7d661e47e0075df6b8ea15530aac2b65dba9fbb
verified: 6/22/2026, 12:20:38 PM
view raw JSON →