nextcloud-notes-mcp
Provides tools for interacting with the Nextcloud Notes app via WebDAV, enabling automated management of notes and categories including listing, reading, creating, editing, and deleting content.
Nextcloud Notes MCP Server
This is an unofficial Nextcloud Notes MCP Server for the Nextcloud Notes app that lets a Large Language Model (LLM) do the heavy lifting for your notes.
Simply tell the LLM what to do with your notes β organize, summarize, rewrite, or perform any custom task β and it will execute your instructions automatically.
Features
π» Fully Local Possible β Run the MCP Server and LLM models entirely on your own PC; no cloud needed.
π€ LLM-Powered Note Management β Automate tasks like summarization, categorization, rewriting, or translations.
π Nextcloud Integration via WebDAV β Access your notes directly through Nextcloud using the WebDAV protocol.
β‘ Boost Productivity β Save time by letting the LLM handle repetitive or complex note tasks.
Sure! Here is an updated version of the Installation section that clearly separates macOS/Linux and Windows steps.
You can copy-paste this into your README:
Related MCP server: Nextcloud MCP Server
Installation
π§ macOS / Linux
Download the repository:
git clone https://github.com/rncz/nextcloud-notes-mcp-server.gitConfigure environment:
cd nextcloud-notes-mcp-server cp env_sample .envOpen
.envand enter your Nextcloud WebDAV URL, username, and password.Set up the Python environment and install the package:
uv venv uv tool install -e .Add MCP server to your LLM software (example for LM Studio):
{ "mcpServers": { "nextcloud-notes-mcp": { "command": "uvx", "args": ["nextcloud-notes-mcp"] } } }Test your setup β Use a model with tool calling enabled and ask it to access your notes.
πͺ Windows (PowerShell)
Download the repository:
git clone https://github.com/rncz/nextcloud-notes-mcp-server.gitConfigure environment:
cd nextcloud-notes-mcp-server copy env_sample .envEdit
.envin your text editor and enter your WebDAV URL, username, and password.Set up the Python environment and install the package:
uv venv uv tool install -e .Add MCP server to your LLM software (example for LM Studio):
{ "mcpServers": { "nextcloud-notes-mcp": { "command": "uvx", "args": ["nextcloud-notes-mcp"] } } }Test your setup β Ask the LLM to check WebDAV login.
ποΈ Nextcloud WebDAV Notes Tools (12 tools)
Tool | Description |
| Check if WebDAV authentication works and return a success/failure message |
| Ensure the |
| List |
| List all category folders inside |
| List |
| Read the full content of a note from |
| Replace an existing noteβs full content with new text |
| Create a new Markdown note in |
| Delete a note from |
| Rename a note within |
| Create a new category folder inside |
| Rename an existing category inside |
| Delete a category and all notes inside it |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables creating, managing, and searching Markdown notes with support for tags, timestamps, and full-text search. Includes AI prompts for analyzing and summarizing notes.Last updated61MIT
- Alicense-qualityAmaintenanceConnects AI assistants to Nextcloud instances with 90+ tools for managing notes, calendars, contacts, files, recipes, and more through natural language conversations. Supports semantic search and multiple deployment options.Last updated314AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Nextcloud instances through secure APIs, supporting operations across Notes, Calendar, Contacts, Files, Deck, Cookbook, and Tables with OAuth2 or Basic Auth.Last updated2AGPL 3.0
- AlicenseAqualityDmaintenanceEnables LLMs to manage and manipulate notes in Nextcloud Notes via WebDAV, supporting tasks like organizing, summarizing, rewriting, and translating notes through natural language commands.Last updated131MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, aβ¦
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rncz/nextcloud-notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server