这是一个基于**模型上下文协议(MCP)**的服务器,用于与墨问笔记软件进行交互。通过此服务器,你可以在支持MCP的应用(如Cursor、Claude Desktop等)中直接创建、编辑和管理墨问笔记。
Most developer tooling work still happens through a UI a human drives. Mowen MCP server moves it into the conversation instead. 这是一个基于**模型上下文协议(MCP)**的服务器,用于与墨问笔记软件进行交互。通过此服务器,你可以在支持MCP的应用(如Cursor、Claude Desktop等)中直接创建、编辑和管理墨问笔记。.
Installation goes through your MCP client rather than a global install: point it at mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 5 tools. What each one is for:
API — 配额create_note — The create_note tool exposed by this serveredit_note — The edit_note tool exposed by this serverset_note_privacy — The set_note_privacy tool exposed by this serverreset_api_key — The reset_api_key tool exposed by this serverConfiguration is passed through the environment: MOWEN_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Mowen's toolset — API, create_note, edit_note and 2 more — is a fair guide to whether it matches your workflow. It is maintained by z4656207; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Mowen's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| API | 配额 |
| create_note | The create_note tool exposed by this server. |
| edit_note | The edit_note tool exposed by this server. |
| set_note_privacy | The set_note_privacy tool exposed by this server. |
| reset_api_key | The reset_api_key tool exposed by this server. |
{
"mcpServers": {
"mowen-mcp-server": {
"command": "D:\\mowen\\mowen-mcp-server.exe",
"args": [],
"env": {
"MOWEN_API_KEY": "xxxxxxxxxxxxxxx"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MOWEN_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.