A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
{
"mcpServers": {
"ai-smithery-hithereiamaliff-mcp-nextcloud": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 25 days ago. 29 stars.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/hithereiamaliff-mcp-nextcloud and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Endpoint: https://mcp.techmavie.digital/nextcloud/mcp
Note: This project is a complete rewrite in TypeScript of the original Python-based cbcoutinho/nextcloud-mcp-server, now with self-hosted VPS deployment and Smithery deployment support.
Key Differences from the Original Repository:
- Language: This project is written in TypeScript, while the original is in Python.
- Smithery Support: Added full support for Smithery deployment and local testing via Smithery playground.
- Project Structure: The project structure has been adapted for a Node.js/TypeScript environment with MCP SDK integration.
- Dependencies: This project uses npm for package management, whereas the original uses Python's dependency management tools.
- Deployment: Now supports both local development and cloud deployment via Smithery.
The Nextcloud MCP (Model Context Protocol) server allows Large Language Models (LLMs) like OpenAI's GPT, Google's Gemini, or Anthropic's Claude to interact with your Nextcloud instance. This enables automation of various Nextcloud actions across Notes, Calendar, Contacts, Tables, and WebDAV file operations.
The hosted HTTP integration now supports a safer multi-user flow through the MCP Key Service. Instead of embedding raw Nextcloud credentials in the connector URL, hosted clients can use a user-scoped usr_... key and let the server resolve credentials server-side.
The server provides integration with multiple Nextcloud apps, enabling LLMs to interact with your Nextcloud data through a comprehensive set of 30 tools across 5 main categories.
| App | Support Status | Description | |-----|----------------|-------------| | Notes | ✅ Full Support | Create, read, update, delete, search, and append to notes. | | Calendar | ✅ Full Support | Complete calendar integration - manage calendars and events via CalDAV. | | Tables | ✅ Full Support | Complete table operations - list tables, get schemas, and perform CRUD operations on rows. | | Files (WebDAV) | ✅ Full Support | Complete file system access - browse directories, read/write files, create/delete resources. | | Contacts | ✅ Full Support | Create, read, update, and delete contacts and address books via CardDAV. |
| Tool | Description |
|------|-------------|
| nextcloud_notes_create_note | Create a new note with title, content, and category |
| nextcloud_notes_update_note | Update an existing note by ID with optional title, content, or category |
| nextcloud_notes_append_content | Append content to an existing note with a clear separator |
| nextcloud_notes_search_notes | Search notes by title or content with result filtering |
| nextcloud_notes_delete_note | Delete a note by ID |
| Tool | Description |
|------|-------------|
| nextcloud_calendar_list_calendars | List all available calendars for the user |
| nextcloud_calendar_create_event | Create a calendar event with summary, description, dates, and location |
| nextcloud_calendar_list_events | List events from a calendar with optional date filtering |
| nextcloud_calendar_get_event | Get detailed information about a specific event |
| nextcloud_calendar_update_event | Update any aspect of an existing event |
| nextcloud_calendar_delete_event | Delete a calendar event |
| Tool | Description |
|------|-------------|
| nextcloud_contacts_list_addressbooks | List all available addressbooks for the user |
| nextcloud_contacts_create_addressbook | Create a new addressbook with display name and description |
| nextcloud_contacts_delete_addressbook | Delete an addressbook by ID |
| nextcloud_contacts_list_contacts | List all contacts in a specific addressbook |
| `nex