机能
- search-articles:用关键词搜索文章。可指定最大数和开始位置
- get-article-details:记事ID 记事の详细取得
- get-user-articles:使用用户名获取文章列表。可指定页面大小。用户名不是显示的名字,而是自己的note 的,之URL 中所述修改相应参数的值。
使用方法
git clone https://github.com/champaya/note-mcp.git
npm i
npm run build
## 下記json設定に進むjson 设定
"note-api": {
"command": "node",
"args": [
"/path/absolute/your-repository-root/dist/index.js"
]
},