MCP Server for multi-platform notes — connect Obsidian, Feishu, OneNote, Yuque, Notion, Evernote to any AI Agent
Project description
note-tool
一次安装,所有 AI Agent 都能搜索、读取、创建你的笔记。
note-tool 是一个多平台笔记 MCP Server。装一个包,把飞书、OneNote、Obsidian、语雀、Notion、印象笔记整合到一个标准 MCP 入口。你的 AI Agent(Claude Code、Cursor、Cline、Hermes……)就能直接在对话中查你的笔记。
快速开始
# 1. 安装
pip install note-tool
# 2. 运行安装向导
note setup
# 3. 配置到你的 AI Agent(详见各 Agent 的 MCP 配置文档)
# Claude Code / Cursor / Cline:
# {
# "note-tool": {
# "command": "note",
# "args": ["mcp"]
# }
# }
支持的平台
| 平台 | 状态 | 配置难度 | 配置时间 | 指南 |
|---|---|---|---|---|
| 🟣 Obsidian | ✅ 可用 | 自动 | 0 分钟 | 指南 |
| 🟢 语雀 (Yuque) | ✅ 可用 | 简单 | 2 分钟 | 指南 |
| ⚪ Notion | ✅ 可用 | 简单 | 2 分钟 | 指南 |
| 🔵 飞书 (Feishu) | ✅ 可用 | 中等 | 10 分钟 | 指南 |
| 🔵 OneNote | ✅ 可用 | 中等 | 15 分钟 | 指南 |
| 🟢 印象笔记 (Evernote) | ✅ 可用 | 复杂 | 5 天审批 | 指南 |
未配置的平台不会出现在 Agent 的工具列表中。 运行时配置任意组合,互不干扰。
架构
AI Agent (Claude Code / Cursor / Cline / Hermes / ...)
│
▼ MCP stdio 协议 (JSON-RPC)
┌──────────────────────┐
│ note mcp │ ← MCP Server,标准协议
│ tools/list │
│ tools/call │
└──────┬───────────────┘
│
┌──────▼────┐ ┌──────▼──────┐ ┌──────▼──────┐
│ Obsidian │ │ 飞书 │ │ OneNote │ ← 每个平台独立 adapter
│ (本地文件) │ │ (Feishu) │ │ (Microsoft │
│ │ │ │ │ Graph) │
└───────────┘ └─────────────┘ └─────────────┘
...
设计原则:
- MCP 优先 — 主入口是 MCP Server,所有 Agent 统一接入
- 可插拔 — 每个平台一个 adapter,互不影响
- 零噪音 — 只暴露已配置平台的 tool,未配的自动隐藏
- CLI 副产品 — Agent 不直接调的,终端用户也能用
note <platform> <command>
用法
# 安装向导(推荐)
note setup
# 平台 CLI
note feishu search "关键词"
note onenote search "keyword"
note obsidian search "关键词"
note yuque search "关键词"
note notion search "keyword"
note evernote search "keyword"
# MCP Server(给 Agent 用)
note mcp
MCP 配置
将以下配置添加到你的 AI Agent 的 MCP 配置文件中:
{
"note-tool": {
"command": "note",
"args": ["mcp"]
}
}
支持的 Agent:
- Claude Code —
~/.claude/settings.json或项目级CLAUDE.md - Cursor —
~/.cursor/mcp.json - Cline —
~/.cline/mcp_settings.json - Hermes —
~/.hermes/config.yaml中配置 MCP tool
Tool 列表
每个已配置的平台会暴露以下 tool(前缀为平台名):
| Tool | 参数 | 说明 |
|---|---|---|
{platform}_search |
query |
搜索笔记,返回标题+链接+摘要 |
{platform}_read |
page_id / filepath |
读取笔记全文(Markdown) |
{platform}_list_notebooks |
— | 列出笔记本/知识库 |
{platform}_list_sections |
notebook_id? |
列出分区 |
{platform}_create |
section_id, title |
创建笔记 |
各平台具体实现略有差异,详见平台指南。
开发
git clone https://github.com/your-username/note-tool.git
cd note-tool
pip install -e .
项目状态
note-tool 处于早期开发阶段。当前已覆盖 6 个平台,代码就绪,部分平台需用户自行获取 API 凭证。
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file note_tool-0.1.0.tar.gz.
File metadata
- Download URL: note_tool-0.1.0.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44acca6db9d0f4013711ef8ee8f1ffa84ef99928b9055e99b7fe5caf9d2340a
|
|
| MD5 |
150dbefedeee8bc7afb0d5677bad9013
|
|
| BLAKE2b-256 |
11d4358cf1c1ebb34aee3b2c91a9b103142dbc5d17ad68e3bfca648c065b7dc2
|
File details
Details for the file note_tool-0.1.0-py3-none-any.whl.
File metadata
- Download URL: note_tool-0.1.0-py3-none-any.whl
- Upload date:
- Size: 45.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923ab4890036b67f799fb61a5ffd693a0c15a28841cf084fba4f5b7a587b741a
|
|
| MD5 |
438ab34da29feebb07119fdfcbea8ebb
|
|
| BLAKE2b-256 |
99a7e2f35fe52f9550adab5c7a835dab77c4bedf9bf56425e02d4e95a80da13d
|