joplin-mcp

johnsarie27/joplin-mcp
★ 0 stars Python API Integration Updated today
MCP server for Joplin (note-taking app), built with FastMCP
View on GitHub → 🔍 Audit Wallet Slippage →

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 minimal MCP server for Joplin, built with FastMCP. Talks to Joplin's local Web Clipper REST API. - [Tools](#tools) - [Setup](#setup) - [Running it](#running-it) - [Wiring into an MCP client](#wiring-into-an-mcp-client) - [Access control](#access-control) - [Notes on this build](#notes-on-this-build)

Tools (1)

notebook_id