69
/ 100
17 days ago
glama

Nextcloud Task MCP Server

Enables managing Nextcloud tasks through natural language, including creating, updating, completing, and deleting tasks.

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 1 credential: MCP_OAUTH_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.
configMCP_OAUTH_STATE_DIRpersisted to (default .oauth-state/oauth_tokens.json, gitignored)
configMCP_PORTIt listens on MCP_HOST: (default 127.0.0.1:8000) at the /mcp path, using the
configMCP_OAUTH_ACCESS_TOKEN_EXPIRY_SECONDS
configMCP_OAUTH_ALLOWED_REDIRECT_DOMAINS; when unset and PUBLIC_BASE_URL isn't local, the
configNEXTCLOUD_ALLOW_INSECURE_HTTPpoints at a local address (localhost/127.0.0.1/::1) or =1
configNEXTCLOUD_HTTP_TIMEOUT_SECONDS
🔐 secretMCP_OAUTH_PASSWORDis the actual security gate, and is required (the server
configMCP_HOSTIt listens on :MCP_PORT (default 127.0.0.1:8000) at the /mcp path, using the
// 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/vando-sketch-nextcloudmcp-jhqegc)](https://m8ven.ai/mcp/vando-sketch-nextcloudmcp-jhqegc)
commit: 925559645fc7008cd377d461568f6c9068b5321a
code hash: 8f234adfd57c8f2c485750c883f157c7731be3f75b582359916762870f70a28a
verified: 7/14/2026, 8:27:56 AM
view raw JSON →