nextcloud-mcp-server
Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data
What it is and what it does
This package is a standalone MCP server that runs independently of Nextcloud (via Docker, VM, Kubernetes, or locally) and bridges AI assistants to Nextcloud data. It exposes MCP tools covering Notes, Calendar, Contacts, Files, Deck, Cookbook, Tables, Sharing, News, Mail, Collectives, and Talk apps, allowing large language models to create, read, update, and delete content through natural language conversations.
The server handles authentication via app-specific passwords (Basic Auth in single-user mode, OAuth-based Login Flow v2 for multi-user deployments) and includes optional experimental semantic search powered by vector embeddings. It supports multiple transports (streamable-http and stdio), document processing with OCR, and tag-based file exclusion for sensitive content. Deployment is flexible: run it locally with uvx, in Docker, or on Kubernetes.
Use it for:
- Enable Claude or other LLMs to create and manage Nextcloud notes and documents through conversational prompts
- Let AI assistants read and write calendar events, todos, and manage attendees in Nextcloud Calendar
- Use semantic search to find Nextcloud notes, files, or emails by meaning rather than keywords
- Integrate Nextcloud file management into IDE-based AI coding assistants for document access and organization
- Build multi-user hosted services where clients authenticate via OAuth and the server manages per-user Nextcloud access
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Model Context Protocol (MCP) server that connects AI assistants like Claude to a Nextcloud instance, enabling them to read and write notes, calendar events, contacts, files, and other Nextcloud app data through a unified API.
Yes, if you run Nextcloud and want to give AI assistants (Claude, GPT, Gemini) structured access to your data. The package is actively maintained, has low install friction, and covers a broad set of Nextcloud apps. AGPL-3.0-only licensing requires that any modifications be shared under the same license. No known vulnerabilities. Start with the uvx quick-start or Docker deployment; semantic search is optional and requires additional infrastructure.
Install
nextcloud-mcp-server on PyPI
pip
pip install nextcloud-mcp-serveruv
uv add nextcloud-mcp-serverpoetry
poetry add nextcloud-mcp-serverInstalling nextcloud-mcp-server
Before you install
Low install friction; pure Python wheel. Active maintenance with recent release. Requires 42 runtime dependencies including httpx, pydantic, uvicorn, and optional semantic search infrastructure (qdrant-client, fastembed). Supports Python 3.11+.
License in practice
AGPL-3.0-only: any modifications or derivative works must be released under the same license and made available to users. Suitable for open-source deployments; review required if you plan to modify and distribute privately.
Quickstart
# Quick start with uvx
NEXTCLOUD_HOST=https://your.nextcloud.instance.com \
NEXTCLOUD_USERNAME=your_username \
NEXTCLOUD_PASSWORD=your_app_password \
uvx nextcloud-mcp-server run --transport stdio
# Or via Docker
docker run -p 127.0.0.1:8000:8000 --rm \
-e NEXTCLOUD_HOST=https://your.nextcloud.instance.com \
-e NEXTCLOUD_USERNAME=your_username \
-e NEXTCLOUD_PASSWORD=your_app_password \
ghcr.io/cbcoutinho/nextcloud-mcp-server:latest
Requires Python 3.11 or later. Nextcloud instance URL, username, and app-specific password (not login password) must be provided via environment variables.
Verify before relying
- Whether all 110+ MCP tools mentioned in the description are fully functional in this release
- Performance characteristics and latency for semantic search queries at scale
- Compatibility with specific Nextcloud server versions beyond the general 'stock Nextcloud' claim
Package facts
| License | AGPL-3.0-only (agpl) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 42 — mcp, httpx, anyio, uvicorn, cryptography, lxml, botocore, numpy, packaging, pillow, icalendar, pythonvcard4, pydantic, click, caldav, recurring-ical-events, pyjwt, aiosqlite, alembic, authlib, qdrant-client, fastembed, boto3, prometheus-client, opentelemetry-api, opentelemetry-sdk, starlette, opentelemetry-instrumentation-asgi, opentelemetry-instrumentation-httpx, opentelemetry-instrumentation-logging |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 154,031/month — #10,862 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nextcloud_mcp_server-0.173.1-py3-none-any.whl
Keywords: nextcloud, mcp, model-context-protocol, llm, ai, claude, webdav, caldav, carddav
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
mcp-server-odooAn MCP server that bridges AI assistants like…
copyleft · top 5,000 on PyPI
workspace-mcpWorkspace MCP is an MCP server that exposes…
permissive · top 15,000 on PyPI
ha-mcpProvides a Model Context Protocol (MCP) server…
permissive · top 15,000 on PyPI
pagerduty-mcpAn MCP (Model Context Protocol) server that…
unclear · top 15,000 on PyPI
astro-airflow-mcpProvides AI assistants with programmatic access…
unclear · top 15,000 on PyPI
arcade-mcp-serverArcade MCP Server provides a FastAPI-like…
permissive · top 15,000 on PyPI
mcp-atlassianAn MCP server that exposes Jira and Confluence…
unclear · top 5,000 on PyPI
tilt-mcpTilt MCP Server exposes Tilt development…
permissive · top 15,000 on PyPI
nc-py-apiPython client library for interacting with…
permissive · top 5,000 on PyPI
mcp-server-appwriteExposes Appwrite's backend-as-a-service…
unclear · top 15,000 on PyPI