joplin-mcp

alondmnt/joplin-mcp
★ 99 stars Python 🔌 API Integration Updated 9d ago
MCP server for the Joplin note taking app
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "joplin-mcp": {
      "command": "uvx",
      "args": [
        "joplin-mcp"
      ]
    }
  }
}

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_TOKENJOPLIN_TOOL_CREATE_NOTEJOPLIN_TOOL_CREATE_NOTEBOOKJOPLIN_TOOL_CREATE_TAGJOPLIN_TOOL_DELETE_NOTEJOPLIN_TOOL_DELETE_NOTEBOOKJOPLIN_TOOL_DELETE_TAGJOPLIN_TOOL_EDIT_NOTEJOPLIN_TOOL_FIND_IN_NOTEJOPLIN_TOOL_FIND_NOTESJOPLIN_TOOL_FIND_NOTES_IN_NOTEBOOKJOPLIN_TOOL_FIND_NOTES_WITH_TAGJOPLIN_TOOL_GET_ALL_NOTESJOPLIN_TOOL_GET_LINKSJOPLIN_TOOL_GET_NOTEJOPLIN_TOOL_GET_TAGS_BY_NOTEJOPLIN_TOOL_IMPORT_FROM_FILEJOPLIN_TOOL_LIST_NOTEBOOKSJOPLIN_TOOL_LIST_TAGSJOPLIN_TOOL_PING_JOPLIN

Topics

joplinmcpmcp-servernote-taking