Skip to main content
Glama
songtianlun

joplin-mcp

by songtianlun

joplin-mcp

Go implementation of a Joplin MCP server. It runs locally as a single binary over MCP stdio and talks to the Joplin Web Clipper REST API.

Build

make build

Related MCP server: Joplin MCP Server

Run

With npm:

JOPLIN_TOKEN=your_token npx joplin-mcp

The npm package is a thin launcher around the prebuilt Go binary for the current platform.

JOPLIN_TOKEN=your_token ./joplin-mcp

For local development:

make dev
make dev ARGS="-token your_token -base-url http://localhost:41184"

Options:

./joplin-mcp -token your_token -base-url http://localhost:41184

Token resolution priority:

  1. -token

  2. JOPLIN_TOKEN environment variable

  3. .env file next to the joplin-mcp binary with JOPLIN_TOKEN=...

  4. .env file in the current working directory

Available MCP tools:

  • search_notes

  • get_note

  • create_note

  • update_note

  • delete_note

  • import_markdown

npm Release

Pushing a tag in vx.x.x format triggers GitHub Actions to publish the npm package. The package version is derived from the tag by removing the leading v.

git tag v0.1.0
git push origin v0.1.0

To create the npm package locally:

npm pack

npm pack runs make npm-package first and includes prebuilt Go binaries for Linux, macOS, and Windows.

Checks

make test

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI clients to interact with Joplin notes through the Web Clipper API. Supports searching, reading, creating, deleting, and organizing notes and notebooks, plus scanning for uncompleted todo items.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to interact with Joplin notes, notebooks, and tags through a standardized MCP interface, supporting CRUD operations, search, and organization.
    19
    169
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides standardized tools for querying and retrieving notes from Joplin personal knowledge manager through its API, enabling AI assistants to access and reference personal notes contextually.
    9
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/songtianlun/joplin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server