墨问笔记 MCP 服务器

by z4656207

47 stars
231 downloads
Not rated
GitHub

About

An MCP server for interacting with the Mowen Note API, enabling note management and file uploads within MCP clients.

Details

Author
z4656207
GitHub stars
47
Downloads
231
Categories
Productivity, Other, File Management, Developer Tools

- 兼容 MCP 1.9.1 协议
- 创建、编辑笔记,支持富文本格式
- 文件上传:图片、音频、PDF(本地或 URL)
- 引用段落和内链笔记
- 隐私设置与 API 密钥重置
- 统一接口,所有笔记操作使用一致参数

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 墨问笔记 MCP 服务器
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

安装方式包括从源码安装(git clonepip install -e .)或直接安装依赖(pip install mcp httpx pydantic)。配置 API 密钥可通过环境变量(MOWEN_API_KEY)或 .env 文件。在 MCP 客户端(如 Cursor)的配置文件中添加类似 "command": "python", "args": ["-m", "mowen_mcp_server.server"] 的配置,并设置 env 中的 MOWEN_API_KEY。此外还有免安装版:下载 Windows 下的 mowen-mcp-server.exe 并指定路径。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u58a8\u95ee\u7b14\u8bb0 mcp \u670d\u52a1\u5668": {
            "mowen-mcp-server": {
                "command": "D:\\mowen\\mowen-mcp-server.exe",
                "args": [],
                "env": {
                    "MOWEN_API_KEY": "xxxxxxxxxxxxxxx"
                }
            }
        }
    }
}

McpServers

{
    "mowen-mcp-server": {
        "command": "D:\\mowen\\mowen-mcp-server.exe",
        "args": [],
        "env": {
            "MOWEN_API_KEY": "xxxxxxxxxxxxxxx"
        }
    }
}

墨问笔记 MCP 服务器

这是一个基于模型上下文协议(MCP)的服务器,用于与墨问笔记软件进行交互。通过此服务器,你可以在支持MCP的应用(如Cursor、Claude Desktop等)中直接创建、编辑和管理墨问笔记。

本项目由一支烟花社区和墨问合作共创。

🆕 免安装版上线了(小白可用)

使用方法(windows为例)

1. 下载mowen-mcp-server-windows-x64-v1.0.0.zip并解压出mowen-mcp-server.exe
2. mcp客户端中修改command值,替换成mowen-mcp-server.exe文件的路径即可

{
"mcpServers": {
"mowen-mcp-server": {
"command": "D:\\mowen\\mowen-mcp-server.exe",
"args": [],
"env": {
"MOWEN_API_KEY": "xxxxxxxxxxxxxxx"
}
}
}
}

✨ 最新版本特性:支持文件上传功能!现在可以在笔记中插入图片、音频和PDF文件,支持本地文件和远程URL两种上传方式。

🆕 新功能预览 (v0.2.0)

📁 文件上传支持

⚠️ 重要:文件路径必须使用绝对路径,因为MCP Server和Client运行在不同的工作目录中。

```python

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.