MCP Server
MCP
Joplin MCP Server
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
Install
uvx joplin-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "joplin-mcp",
"version": "0.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Web Clipper authentication token from a running Joplin instance",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JOPLIN_TOKEN"
},
{
"description": "Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)",
"format": "string",
"name": "JOPLIN_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment