笔记API工具提供了便捷的文章搜索、详情获取以及用户文章列表获取等功能,能帮助开发者高效地与笔记系统进行交互。
git clone https://github.com/champaya/note-mcp.git
npm i
npm run build
在项目根目录下,按照以下步骤进行配置:
"note-api": {
"command": "node",
"args": [
"/path/absolute/your-repository-root/dist/index.js"
]
}
上述配置中,/path/absolute/your-repository-root 需替换为您项目的实际根目录路径。