triliumnext-mcp
8
TriliumNext Notes' MCP Server is a tool designed for interacting with the Trilium Notes application. It provides functionalities for searching, retrieving, creating, updating, and deleting notes. The server is suitable for development use and integrates best with the Cline extension in VSCode.
TriliumNext Notes' MCP Server
- A model context protocol server for TriliumNext Notes providing tools to interact with Trilium Notes.
- Supports the latest version of TriliumNext v0.92.6.
- Suggested use with Cline extension in VSCode instead of Claude Desktop.
Quick Start
- Set up environment variables:
TRILIUM_API_URL
,TRILIUM_API_TOKEN
.
Available Tools
search_notes
: Search notes by query.get_note
: Retrieve note content by ID.create_note
: Create a new note with necessary details.update_note
: Update existing note details.delete_note
: Remove a note by ID.