modelscope·@IAMSamuelRodda/joplin-mcp
暂无描述。
MCP (Model Context Protocol) server for Joplin Notes integration, allowing AI assistants to manage your notes, notebooks, and tags.
cd repos/joplin-mcp
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
Add to your Claude Code MCP settings (~/.claude/mcp_settings.json):
{
"mcpServers": {
"joplin": {
"command": "/home/samuel/repos/joplin-mcp/.venv/bin/python",
"args": ["/home/samuel/repos/joplin-mcp/joplin_mcp.py"],
"env": {
"JOPLIN_TOKEN": "your-api-token-here"
}
}
}
}
| Tool | Description |
|---|---|
joplin_list_notebooks | List all notebooks |
joplin_create_notebook | Create a new notebook |
joplin_list_notes | List notes (filterable by notebook) |
joplin_get_note | Get full note content |
joplin_create_note | Create a new note |
joplin_update_note | Update existing note |
joplin_delete_note | Delete a note |
joplin_search_notes | Search notes |
joplin_list_tags | List all tags |
joplin_tag_note | Add tag to note |
Once configured, you can ask Claude:
The joplin_search_notes tool supports Joplin's query syntax:
title:meeting - Search in titlebody:action items - Search in bodytag:work - Filter by tagnotebook:Projects - Filter by notebooktype:todo - Only to-dosiscompleted:0 - Incomplete to-doscreated:20240101 - Created after dateupdated:20240101 - Updated after dateCombine: tag:work type:todo iscompleted:0 finds incomplete work todos.
Joplin desktop must be running for the MCP server to work. The API connects to localhost:41184 (the Web Clipper service).
MIT
通过全局和分支特定的记忆库,管理跨 Claude AI 会话的项目文档和上下文的服务器,通过结构化的 JSON 文档存储实现一致的知识管理。
该服务器允许用户通过自定义URI方案存储、管理和总结笔记,具有添加新笔记以及生成详细程度不同的摘要的功能。
一个高性能的MCP服务器,将Notion集成到AI工作流中,通过标准化协议实现与Notion页面、数据库和评论的交互。
用于Notion API的MCP服务器,使Claude能够与Notion工作区进行交互。
通过简单的消息控制协议接口,使人工智能助手能够搜索和访问arXiv研究论文,从而实现论文的搜索、下载、列出和阅读功能。
通过模型上下文协议,启用大型语言模型(LLMs)与Obsidian仓库之间的交互,支持安全的文件操作、内容管理和高级搜索功能。