TriliumNext NotesのMCPサーバー
⚠️免責事項:これはhttps://github.com/TriliumNext/Notes/issues/705のプロトタイプです。開発者向けとしてのみご使用ください。このツールを使用する前に、Trilium ノートをバックアップしてください。⚠️
TriliumNext Notes用のモデルコンテキストプロトコルサーバー。このサーバーは、MCPを介してTrilium Notesインスタンスと対話するためのツールを提供します。
アップデート: TriliumNext v0.92.6 の最新バージョンをサポート
注: Claude Desktop の代わりに、VSCode の Cline 拡張機能を使用することをお勧めします。
クイックスタート
まず環境変数を設定してください:
TRILIUM_API_URL
(デフォルト: http://localhost:8080/etapi )TRILIUM_API_TOKEN
(必須、Trilium Notes の設定から取得)
インストール
1. Claude Desktop と併用する
Claude Desktop 構成ファイルにサーバー構成を追加します。
Claude 構成ファイルのmcpServers
オブジェクトに次の構成を追加します。
開発用(Windows / Linux)
ローカルインストールの場合(Linuxの場合)
ローカルインストールの場合(Windowsの場合)
設定ファイルの場所:
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
利用可能なツール
サーバーは、メモ管理用に次のツールを提供します。
search_notes
- ノートを検索する- 必須: 検索クエリ
- オプション: fastSearch (全文検索の切り替え)、includeArchivedNotes
get_note
- IDでノートの内容を取得する- 必要条件: ノートID
create_note
- 新しいノートを作成する- 必須: 親ノートID、タイトル、タイプ、コンテンツ
- オプション: コード/ファイル/画像ノートのMIMEタイプ
- サポートされているノートの種類: テキスト、コード、ファイル、画像、検索、ブック、リレーションマップ、レンダリング
update_note
- 既存のメモを更新する- 必要条件: ノートID
- オプション: 新しいタイトル、新しいコンテンツ
delete_note
- メモを削除する- 必要条件: ノートID
発達
サーバーに貢献したり変更したりしたい場合は:
local-only server
The server can only run on the client's local machine because it depends on local resources.
TriliumNext Notes との対話を可能にし、自然言語コマンドを使用してノートを作成、検索、取得、更新、削除するためのツールを提供するモデル コンテキスト プロトコル サーバー。
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 -107063TypeScript
- -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