MCP Directory
Back

joplin-mcp-server

by dweigend · Python · ★ 71

A Model Context Protocol (MCP) Server for https://joplinapp.org/ that enables note access through the https://modelcontextprotocol.io. Perfect for integration with AI assistants like Claude.

#joplin#mcp-server

Install

pip install git+https://github.com/dweigend/joplin-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "joplin-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dweigend/joplin-mcp-server.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) Server for [Joplin](https://joplinapp.org/) that enables note access through the [Model Context Protocol](https://modelcontextprotocol.io). Perfect for integration with AI assistants like Claude. - 🔍 **Search Notes**: Full-text search across all notes - 📖 **Read Notes**: Retrieve individual notes - ✏️ **Edit Notes**: Create new notes and update existing ones - 🗑️ **Delete Notes**: Move notes to trash or delete permanently - 📥 **Markdown Import**: Import markdown files as notes - 🤖 **AI Integration**: Seamless integration with Claude and other MCP-capable AI…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers