An MCP server that lets LLMs interact with a Nextcloud instance to manage Notes, Calendar, Contacts, Tables, and WebDAV files. It includes unified file search and supports hosted multi-user access via the MCP Key Service.
From the registry: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Please install the `hithereiamaliff-mcp-nextcloud` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js runtime (https://nodejs.org)
- **Nextcloud App Password** — Generate an App Password in Nextcloud Security settings
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcp-nextcloud"]
- required environment variables:
- `NEXTCLOUD_HOST`: Nextcloud server URL (example: `<your-nextcloud-host>`)
- `NEXTCLOUD_USERNAME`: Nextcloud username (example: `<your-nextcloud-username>`)
- `NEXTCLOUD_PASSWORD`: Nextcloud App Password (example: `<your-nextcloud-app-password>`)
Note: Also deployable as a hosted HTTP endpoint at https://mcp.techmavie.digital/nextcloud/mcp/usr_<key> via the MCP Key Service.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.NEXTCLOUD_HOSTrequiredURL of the Nextcloud instanceNEXTCLOUD_USERNAMErequiredNextcloud usernameNEXTCLOUD_PASSWORDrequiredNextcloud app passwordAn MCP Server for computer-use in Windows OS