linzeyang/joplin-mcp-server
3.2
If you are the rightful owner of joplin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) stdio server for Joplin, exposing Joplin's local REST API as MCP tools.
joplin-mcp-server
A Model Context Protocol (MCP) stdio server for Joplin, exposing Joplin's local REST API as MCP tools.
- Tech stack: Python, uv, httpx, FastMCP
- License: MIT
Features
- Bridges Joplin's REST API to MCP tools
- Designed for extensibility and integration
Quick Start
- Clone this repository
- Set up a Python 3.10+ environment (recommended:
uv
) - Install dependencies:
uv pip install -r pyproject.toml
- Run the server:
uvx joplin-mcp-server
Project Structure
src/joplin_mcp_server/
— Main package codespecs/
— API documentation and references
License
MIT