Back to Home
bytefrostdev icon

bytefrost-joplin-mcp

by bytefrostdev

Overview

An MCP server enabling AI assistants to directly access, search, read, create, and edit Joplin notes stored in a self-hosted PostgreSQL database.

Installation

Run Command
No command provided

Environment Variables

  • JOPLIN_DB_PASSWORD
  • JOPLIN_DB_USER
  • JOPLIN_DB_NAME
  • JOPLIN_DB_HOST
  • JOPLIN_DB_PORT

Security Notes

The project is explicitly marked 'UNDER DEVELOPMENT - NOT PRODUCTION READY', indicating inherent risks due to incomplete testing and potential API/schema changes. It connects directly to the PostgreSQL database, bypassing Joplin's official APIs, which requires careful implementation to prevent issues like SQL injection (no code available to verify parameterized queries). Secrets (like the database password) are indicated to be externalized via `.env` files, which is a good practice. A critical requirement for functionality is that Joplin's End-to-End Encryption (E2EE) must be DEACTIVATED, meaning note content is stored unencrypted in the database and accessible by the MCP.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Stars0
Forks0
Last Update2025-12-05

Tags

JoplinMCPAI IntegrationSelf-hostedPostgreSQL