MCP-Server von TriliumNext Notes
⚠️ HAFTUNGSAUSSCHLUSS: Dies ist ein Prototyp für https://github.com/TriliumNext/Notes/issues/705 . Nur für Entwickler empfohlen. Bitte sichern Sie Ihre Trilium-Notizen, bevor Sie dieses Tool verwenden. ⚠️
Ein Model Context Protocol-Server für TriliumNext Notes. Dieser Server bietet Tools für die Interaktion mit Ihrer Trilium Notes-Instanz über MCP.
Update: Unterstützt die neueste Version von TriliumNext v0.92.6
Hinweis: Wir empfehlen die Verwendung mit der Cline-Erweiterung in VSCode anstelle von Claude Desktop
Schnellstart
Stellen Sie sicher, dass Sie zuerst Ihre Umgebungsvariablen einrichten:
TRILIUM_API_URL
(Standard: http://localhost:8080/etapi )TRILIUM_API_TOKEN
(erforderlich, erhalten Sie dies aus Ihren Trilium Notes-Einstellungen)
Installation
1. Verwendung mit Claude Desktop
Fügen Sie die Serverkonfiguration zu Ihrer Claude Desktop-Konfigurationsdatei hinzu:
Fügen Sie dem mcpServers
-Objekt in Ihrer Claude-Konfigurationsdatei die folgende Konfiguration hinzu:
Für die lokale Installation (unter Windows)
Für die lokale Installation (unter Linux)
Für die Entwicklung (unter Windows/Linux)
Speicherort der Konfigurationsdatei:
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Verfügbare Tools
Der Server stellt die folgenden Tools zur Notizverwaltung bereit:
search_notes
- Notizen durchsuchen- Erfordert: Suchanfrage
- Optional: fastSearch (Volltextsuche umschalten), includeArchivedNotes
get_note
- Ruft den Inhalt einer Notiz nach ID ab- Erfordert: Notiz-ID
create_note
- Erstelle eine neue Notiz- Erfordert: ID der übergeordneten Notiz, Titel, Typ, Inhalt
- Optional: MIME-Typ für Code-/Datei-/Bildnotizen
- Unterstützte Notiztypen: Text, Code, Datei, Bild, Suche, Buch, RelationMap, Render
update_note
- Eine vorhandene Notiz aktualisieren- Erfordert: Notiz-ID
- Optional: neuer Titel, neuer Inhalt
delete_note
- Eine Notiz löschen- Erfordert: Notiz-ID
Entwicklung
Wenn Sie zum Server beitragen oder ihn ändern möchten:
local-only server
The server can only run on the client's local machine because it depends on local resources.
Ein Model Context Protocol-Server, der die Interaktion mit TriliumNext Notes ermöglicht und Tools zum Erstellen, Suchen, Abrufen, Aktualisieren und Löschen von Notizen über Befehle in natürlicher Sprache bereitstellt.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables semantic search and retrieval of Apple Notes content, allowing AI assistants to access, search, and create notes using on-device embeddings.Last updated -2TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables Claude and other LLMs to interact with Notion workspaces, providing capabilities like searching, retrieving, creating and updating pages, as well as managing databases.Last updated -109473TypeScript
- -securityAlicense-qualityA Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.Last updated -111PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server plugin for SiYuan note-taking application that enables searching documents, retrieving content, and writing to notes through an HTTP-based interface.Last updated -9TypeScriptAGPL 3.0