OpenNote MCP Server - Model Context Protocol 服务
Project description
open-note-mcp
OpenNote MCP Server - Model Context Protocol 服务。
功能
提供标准 MCP 协议的笔记管理工具,可集成到 Claude Desktop、Cursor、Windsurf、OpenCode 等 AI 编辑器中。
可用工具
| 工具名 | 描述 |
|---|---|
search_notes |
搜索笔记 |
list_notes |
列出笔记 |
get_note |
查看笔记详情 |
create_note |
创建笔记 |
update_note |
编辑笔记 |
delete_note |
删除笔记 |
安装
pip install open-note-mcp
使用
独立运行
open-note-mcp
集成到 AI 编辑器
在 AI 编辑器的 MCP 配置中添加:
{
"mcpServers": {
"open-note": {
"command": "python",
"args": ["-m", "open_note_mcp.mcp_server"]
}
}
}
或使用 CLI 启动:
opennote mcp start
许可证
- MIT
- Apache 2.0
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
open_note_mcp-0.1.0.tar.gz
(7.4 kB
view details)
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 open_note_mcp-0.1.0.tar.gz.
File metadata
- Download URL: open_note_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0be0ae48fa0429f1d53e921cd56938c3c6f2621d79cbb3eeaa087bd6ea57245
|
|
| MD5 |
d8fe874527535bc0785614ae4f195bca
|
|
| BLAKE2b-256 |
18ad73f9282896410299acec6779ef7c06668a9ba4763adc3aaa156647a0375b
|
File details
Details for the file open_note_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: open_note_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.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 |
fe36f4aa2084641cbaa4b2b9e380cf26e3544e4950e7f0b8fa1a282f3be1b1a0
|
|
| MD5 |
9d05ca5ffeb7132e0dc9184089d8cab8
|
|
| BLAKE2b-256 |
1f58a5d25868a374ebc3f46d70704f753cbd62a282e6349feea77b4cda826e40
|