NextCloud Collectives MCP
About
Tools for accessing Nextcloud Collectives
Details
- Author
- bambutz
- Categories
- Productivity
Jump to
Setup
Install NextCloud Collectives MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/bambutz/nextcloud-collectives-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Tools for accessing Nextcloud Collectives
Ein MCP-Server (Model Context Protocol) für den Zugriff auf dieNextcloud CollectivesApp. Damit können MCP-Clients (z.B. Claude Code) Collectives (Team-Wikis), deren Seiten und Tags auflisten, lesen und bearbeiten.
- Node.js 22+
- Eine Nextcloud-Instanz mit installierter und aktivierter Collectives-App
- Ein App-Passwort für den Nextcloud-Benutzer
- In Nextcloud einloggen →Einstellungen→Sicherheit
- Unter "Geräte & Sitzungen" ein neues App-Passwort erzeugen (beliebiger Name, z.B.nextcloud-collectives-mcp)
- Das generierte Passwort notieren (wird nur einmal angezeigt)
Methode A: Direkt übernpxausführen (Empfohlen)
Es ist kein manuelles Klonen oder Bauen nötig. Der MCP-Server kann direkt übernpxvon GitHub gestartet werden. Fügen Sie dazu einfach den folgenden Eintrag in Ihrer MCP-Client-Konfiguration (z.B.claude_desktop_config.jsonoder perclaude mcp add) hinzu:
{ "mcpServers": { "nextcloud-collectives": { "command": "npx", "args": ["-y", "github:BamButz/nextcloud-collectives-mcp"], "env": { "NEXTCLOUD_BASE_URL": "https://cloud.example.com", "NEXTCLOUD_USERNAME": "alice", "NEXTCLOUD_APP_PASSWORD": "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" } } } }
Hinweis: Beim Start lädtnpxdas Repository herunter und baut es automatisch über dasprepare-Skript im Hintergrund.
Methode B: Manuelle lokale Installation (z.B. für Entwicklung)
- Repository klonen und in den Ordner wechseln. - Abhängigkeiten installieren und bauen:npm install npm run build
{ "mcpServers": { "nextcloud-collectives-local": { "command": "node", "args": ["/pfad/zu/nextcloud-collectives-mcp/dist/index.js"], "env": { "NEXTCLOUD_BASE_URL": "https://cloud.example.com", "NEXTCLOUD_USERNAME": "alice", "NEXTCLOUD_APP_PASSWORD": "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" } } } }
- list_collectives— alle sichtbaren Collectives auflisten
- create_collective— neues Collective anlegen
- delete_collective— Collective in den Papierkorb verschieben
- list_pages— vollständigen Seitenbaum eines Collectives auflisten (nur Metadaten)
- get_page— Metadaten und Markdown-Inhalt einer Seite abrufen
- create_page— neue Seite unter einer übergeordneten Seite anlegen
- update_page_content— Markdown-Inhalt einer Seite ersetzen
- rename_page— Seite umbenennen
- move_page— Seite zu einer neuen übergeordneten Seite verschieben
- delete_page— Seite in den Papierkorb verschieben
- list_tags— alle Tags eines Collectives auflisten
- create_tag— neuen Tag anlegen
- add_tag_to_page— Tag an eine Seite anhängen
- remove_tag_from_page— Tag von einer Seite entfernen
npm test # Tests einmalig ausführen npm run test:watch npm run coverage # Tests + Code-Coverage-Bericht (Text + HTML unter coverage/index.html) npm run typecheck npm run dev # Server direkt mit tsx starten (liest Env-Vars aus der Shell)
Dieses Projekt wurde vollständig mithilfe von Künstlicher Intelligenz (Gemini 3.5 (Flash)) von Google DeepMind im Rahmen eines agentischen Coding-Workflows implementiert und getestet.
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



