joplin-mcp-server
by dweigend · Python · ★ 81
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.
Install
pip install git+https://github.com/dweigend/joplin-mcp-server.git Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"joplin-mcp-server": {
"command": "uvx",
"args": [
"git+https://github.com/dweigend/joplin-mcp-server.git"
]
}
}
} From the README
Related productivity servers
mcp-atlassian
sooperset
MCP server for Atlassian tools (Confluence, Jira)
dagu
dagucloud
Local-first workflow engine with a Web UI for small teams. Define DAGs in a declarative YAML format. Self-contained and no DBMS required. Use any AI agent to manage your DAGs.
obsidian-local-rest-api
coddingtonbear
A secure REST API and Model Context Protocol (MCP) server for your vault.
mcp-shrimp-task-manager
cjo4m06
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.
contextplus
forloopcodes
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
zennotes
ZenNotes
Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.