Agentic Joplin Server
БесплатноНе проверенA Model Context Protocol server that wraps Joplin's Data API, giving agents full CRUD over notes, notebooks, tags, and resources, plus search and revision histo
Описание
A Model Context Protocol server that wraps Joplin's Data API, giving agents full CRUD over notes, notebooks, tags, and resources, plus search and revision history.
README
Tooling that lets coding agents integrate with Joplin, the open-source note-taking app.
The project has three planned pieces:
| Piece | Status |
|---|---|
| MCP server — wraps Joplin's Data API as Model Context Protocol tools | ✅ Phase 1 complete |
| Joplin plugin — in-app plugin for capabilities the Data API can't expose | 🔜 planned |
| Agent skills — skill files teaching agents how to use Joplin effectively | ✅ Claude Code + Codex plugin |
This repo is an npm-workspaces monorepo; each piece lives under packages/.
MCP server
packages/mcp-server is a from-scratch Model Context Protocol server (TypeScript, stdio transport) that gives an agent full CRUD over Joplin notes, notebooks, tags, and resources, plus search, note revision history, and a connectivity check — 26 tools across 7 groups. It wraps Joplin's local Data API (the REST service exposed by the desktop app's Web Clipper).
Requirements
- Node.js ≥ 20
- Joplin desktop running with the Web Clipper service enabled (Options → Web Clipper), and an API token generated there.
Setup
npm install
npm run build --workspace @agentic-joplin/mcp-server
Then add it to your MCP client (e.g. Claude Code / Claude Desktop) as a stdio server running node packages/mcp-server/dist/index.js, with these environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
JOPLIN_TOKEN |
yes | — | API token from Joplin's Web Clipper settings |
JOPLIN_HOST |
no | 127.0.0.1 |
Host of the Web Clipper service |
JOPLIN_PORT |
no | 41184 |
Port of the Web Clipper service |
Joplin must be running with Web Clipper enabled for any tool call to succeed.
Tool surface
Notes (create_note, get_note, update_note, delete_note, list_notes), notebooks (get_notebook, list_notebooks, create_notebook, update_notebook, delete_notebook), tags (get_tag, list_tags, create_tag, update_tag, delete_tag, tag_note, untag_note), search (find_notes), resources (attach_resource, get_resource, update_resource, delete_resource, list_note_resources), revisions (list_note_revisions, delete_note_revisions), and ping.
Notes can be created in Markdown (default) or HTML via a format parameter. See packages/mcp-server/README.md for the full per-tool reference and packages/mcp-server/SMOKE_TEST.md for the manual release checklist.
Agent skills plugin
packages/plugin is a single plugin — valid for both Claude Code and
Codex — that bundles the Joplin MCP server with four agent skills (using-joplin hub plus
joplin-capturing-notes, joplin-searching-and-updating, joplin-organizing). See
packages/plugin/README.md for install steps on each platform.
Development
npm run build # type-check + compile all workspaces
npm test # run all workspace unit tests (mocked Data API, no Joplin instance needed)
Design docs live under docs/superpowers/: the design spec and the implementation plan.
License
TBD.
Установка Agentic Joplin Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sohampatwardhan/Agentic-JoplinFAQ
Agentic Joplin Server MCP бесплатный?
Да, Agentic Joplin Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agentic Joplin Server?
Нет, Agentic Joplin Server работает без API-ключей и переменных окружения.
Agentic Joplin Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agentic Joplin Server в Claude Desktop, Claude Code или Cursor?
Открой Agentic Joplin Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Agentic Joplin Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
