MCP Directory
Back

mowen-mcp-server

by z4656207 · Python · ★ 46

墨问笔记API的MCP服务器封装,支持在Cursor、Claude Desktop等MCP客户端中操作墨问笔记

Install

pip install git+https://github.com/z4656207/mowen-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mowen-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/z4656207/mowen-mcp-server.git"
      ]
    }
  }
}

From the README

这是一个基于**模型上下文协议(MCP)**的服务器,用于与墨问笔记软件进行交互。通过此服务器,你可以在支持MCP的应用(如Cursor、Claude Desktop等)中直接创建、编辑和管理墨问笔记。 本项目由一支烟花社区和墨问合作共创。 1. 下载mowen-mcp-server-windows-x64-v1.0.0.zip并解压出mowen-mcp-server.exe 2. mcp客户端中修改command值,替换成mowen-mcp-server.exe文件的路径即可 **✨ 最新版本特性:支持文件上传功能!现在可以在笔记中插入图片、音频和PDF文件,支持本地文件和远程URL两种上传方式。** ⚠️ **重要:文件路径必须使用绝对路径**,因为MCP Server和Client运行在不同的工作目录中。 - 🔗 **兼容MCP协议**:支持最新的MCP 1.9.1版本 - 📝 **创建笔记**:统一的富文本格式,支持段落、加粗、高亮、链接、引用和内链笔记 - ✏️ **编辑笔记**:统一的富文本格式,完全替换笔记内容 - 📁 **文件上传**:支持图片、音频、PDF文件上传,本地文件和远程URL两种方式 - 💬 **引用段落**:创建引用文本块,支持富文本格式 - 🔗 **内链笔记**:引用其他笔记,创建笔记间的关联 - 🔒 **隐私设置**:设置笔记…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers