nextcloud-mcp-server
Active·★ 246·AGPL-3.0·Updated 2026-05-29
★ Trending★ RAG / Knowledge Base★ LLM Infra
Nextcloud MCP Server
This dedicated standalone MCP server enables Large Language Models like Claude, GPT, and Gemini to interact with your Nextcloud data through a secure API. It facilitates natural language conversations to create notes, manage calendars, organize contacts, and work with files within Nextcloud.
#Nextcloud#AI Integration#LLM#MCP Server#Docker#API#Semantic Search#Productivity
01
Features
01Comprehensive API coverage with over 90 MCP tools across 8 Nextcloud applications.
02Experimental semantic search with vector-powered capabilities for notes, files, and more.
03Flexible deployment options including Docker, Kubernetes, VM, or local installation.
04Document processing features like OCR and text extraction from various file types.
05Production-ready authentication with Basic Auth (app passwords) and experimental OAuth2/OIDC support.
02
Compatibility
Nextcloud
Integration
Verified via docs
Docker
Deployment
Verified via docs
Kubernetes
Deployment
Verified via docs
VM
Deployment
Verified via docs
Large Language Models
Client
Verified via docs
Qdrant
Vector Database
Verified via docs
03
Quick start
1
$ docker pull ghcr.io/cbcoutinho/nextcloud-mcp-server:latest
2
$ docker run -p 127.0.0.1:8000:8000 -e NEXTCLOUD_HOST=https://your.nextcloud.instance.com -e NEXTCLOUD_USERNAME=your_username -e NEXTCLOUD_PASSWORD=your_app_password --rm ghcr.io/cbcoutinho/nextcloud-mcp-server:latest
04
Use cases
↳AI assistants can create notes with titles and content within Nextcloud.
↳Import recipes from web URLs, utilizing schema.org metadata extraction.
↳Schedule meetings and manage calendar events through natural language commands.
↳Manage files and directories, including creation and movement operations.
↳Perform semantic searches to find content based on meaning, not just keywords.
05
Alternatives
ragflow★ 81.5k
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
n8n★ 190.2k
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
MaxKB★ 21.1k
An open-source platform for building enterprise-grade agents. Powerful and easy to use.
letta★ 23.0k
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
Related searches
Comments
Log in to leave a comment
- MMorgan LewisMay 15, 2026
Nextcloud integration via MCP brings file, calendar, and contact management into AI workflows.
- EElliot LewisApr 10, 2026
Works with standard Nextcloud API endpoints.
- JJamie BrownMar 29, 2026
Good for self-hosted Nextcloud deployments that want AI assistant connectivity.
- OOaklyn ThompsonMar 27, 2026
Handles the common Nextcloud operations without requiring custom Nextcloud apps.