Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add joplin-mcp uvx joplin-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"joplin-mcp": {
"command": "uvx",
"args": [
"joplin-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install joplin-mcp
README Excerpt
A **FastMCP-based Model Context Protocol (MCP) server** for [Joplin](https://joplinapp.org/) note-taking application via its Python API [joppy](https://github.com/marph91/joppy), enabling AI assistants to interact with your Joplin notes, notebooks, and tags through a standardized interface. <!-- mcp-name: io.github.alondmnt/joplin-mcp -->
Tools (20)
JOPLIN_TOKEN JOPLIN_TOOL_CREATE_NOTE JOPLIN_TOOL_CREATE_NOTEBOOK JOPLIN_TOOL_CREATE_TAG JOPLIN_TOOL_DELETE_NOTE JOPLIN_TOOL_DELETE_NOTEBOOK JOPLIN_TOOL_DELETE_TAG JOPLIN_TOOL_EDIT_NOTE JOPLIN_TOOL_FIND_IN_NOTE JOPLIN_TOOL_FIND_NOTES JOPLIN_TOOL_FIND_NOTES_IN_NOTEBOOK JOPLIN_TOOL_FIND_NOTES_WITH_TAG JOPLIN_TOOL_GET_ALL_NOTES JOPLIN_TOOL_GET_LINKS JOPLIN_TOOL_GET_NOTE JOPLIN_TOOL_GET_TAGS_BY_NOTE JOPLIN_TOOL_IMPORT_FROM_FILE JOPLIN_TOOL_LIST_NOTEBOOKS JOPLIN_TOOL_LIST_TAGS JOPLIN_TOOL_PING_JOPLIN
Topics
joplin mcp mcp-server note-taking