Server data from the Official MCP Registry
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
FastMCP server exposing Joplin notes, notebooks, tags, and imports.
Set these up before or after installing:
Environment variable: JOPLIN_TOKEN
Environment variable: JOPLIN_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-alondmnt-joplin-mcp": {
"env": {
"JOPLIN_URL": "your-joplin-url-here",
"JOPLIN_TOKEN": "your-joplin-token-here"
},
"args": [
"joplin-mcp"
],
"command": "uvx"
}
}
}This is a well-structured MCP server for Joplin note-taking application with appropriate authentication via API tokens and permissions matching its purpose. While there are some minor code quality findings like broad exception handling and potential regex performance issues, the server implements proper security practices with configurable tool permissions and no significant vulnerabilities. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
Scanned 4 files · 14 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!