PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversnote-takingnextcloud-notes-mcp-server
返回「note-taking」

nextcloud-notes-mcp-server

modelscope·@rncz/nextcloud-notes-mcp-server

note-taking0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Nextcloud Notes MCP Server

Nextcloud Notes MCP Server is a 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.

Installation

  1. Download the repository:

    git clone https://github.com/rncz/nextcloud-notes-mcp-server.git
    
  2. Configure environment:

    • Change into the project directory:

      cd nextcloud-notes-mcp-server
      
    • Copy the sample environment file and edit credentials:

      cp env_sample .env
      
    • Open .env and enter your Nextcloud WebDAV URL, username, and password.

  3. Set up the Python environment and install the package:

    uv venv
    uv tool install -e .
    
  4. Add MCP server to your LLM software (example for LM Studio): Edit your MCP JSON configuration:

    {
      "mcpServers": {
        "nextcloud-notes-mcp": {
          "command": "uvx",
          "args": [
            "nextcloud-notes-mcp"
          ]
        }
      }
    }
    
  5. Test your setup:

    • Use a model with tool calling enabled.
    • Ask the model to access your notes and verify if the login is successful.

Good luck playing around with your Nextcloud Notes!

相关 MCP Servers(来自「note-taking」)

记忆库管理器

通过全局和分支特定的记忆库,管理跨 Claude AI 会话的项目文档和上下文的服务器,通过结构化的 JSON 文档存储实现一致的知识管理。

@t3ta/memory-bank-mcp-server

日期时间MCP服务器

该服务器允许用户通过自定义URI方案存储、管理和总结笔记,具有添加新笔记以及生成详细程度不同的摘要的功能。

@bossjones/datetime-mcp-server

MCP Notion 服务

一个高性能的MCP服务器,将Notion集成到AI工作流中,通过标准化协议实现与Notion页面、数据库和评论的交互。

@Ejb503/systemprompt-mcp-notion

Notion MCP

用于Notion API的MCP服务器,使Claude能够与Notion工作区进行交互。

@suekou/mcp-notion-server

arXiv-MCP工具

通过简单的消息控制协议接口,使人工智能助手能够搜索和访问arXiv研究论文,从而实现论文的搜索、下载、列出和阅读功能。

@huanongfish/arxiv-mcp

Obsidian MCP 服务器

通过模型上下文协议,启用大型语言模型(LLMs)与Obsidian仓库之间的交互,支持安全的文件操作、内容管理和高级搜索功能。

@cyanheads/obsidian-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/rncz-nextcloud-notes-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

git clone https://github.com/rncz/nextcloud-notes-mcp-server.git

基本信息

分类
note-taking / cloud-storage / app-automation
运行方式
No
许可证
MIT License
详情文件
rncz-nextcloud-notes-mcp-server.md