MCPs/nextcloud
Tobias J. Endres e5fde01f8b fix: use NodeSource v22 instead of Debian npm (pulls 375 packages)
Switch from apt-get install nodejs npm to NodeSource setup_22.x
to avoid pulling 245MB of unnecessary build dependencies on
python:3.12-slim (Debian Trixie).
2026-06-23 15:40:03 +02:00
..
Dockerfile fix: use NodeSource v22 instead of Debian npm (pulls 375 packages) 2026-06-23 15:40:03 +02:00
README.md feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI 2026-06-23 15:09:54 +02:00

nextcloud-mcp

MCP server for Nextcloud (files, shares, users, apps).

Source: nc-mcp-server

Environment Variables

Variable Required Description
NEXTCLOUD_URL Yes Nextcloud instance URL (e.g. https://cloud.corentic.eu)
NEXTCLOUD_USER Yes Nextcloud admin username
NEXTCLOUD_PASSWORD Yes Nextcloud admin password

Usage

docker run -d \
  --name nextcloud-mcp \
  -p 8107:8107 \
  -e NEXTCLOUD_URL=https://cloud.corentic.eu \
  -e NEXTCLOUD_USER=admin \
  -e NEXTCLOUD_PASSWORD=your_password \
  forgejo.corentic.eu/corentic/mcp-fleet-nextcloud:latest

Tools

Files & folders (list, read, write, search), shares management, users & groups, apps (enable/disable), system info (version, storage, usage).