MarkusPfundstein/mcp-obsidian
MCP server that interacts with Obsidian via the Obsidian rest API community plugin
解決的問題
本專案為使用 Model Context Protocol 的 AI 助手與 Obsidian 之間建立橋樑,讓 LLM 能夠即時讀取、搜尋與修改您的個人知識庫。
運作方式
它作為一個 MCP 伺服器運作,透過 Local REST API 社群插件與 Obsidian 通訊。它提供一組工具,讓 AI 可以呼叫這些工具執行如列出檔案、讀取檔案內容、搜尋特定文字,以及向筆記中追加或修補內容等操作。
適用對象
希望將個人筆記與知識庫整合至 AI 工作流程中的 Obsidian 使用者,讓 AI 能夠總結筆記、在庫中跨筆記查找資訊,並根據既有內容建立新文件。
主要特色
- 庫管理:能夠列出庫中的檔案與目錄。
- 內容操作:提供工具用於向檔案追加內容,或相對於標題或區塊參考插入內容。
- 搜尋功能:支援對庫中所有檔案進行全文搜尋。
- 整合:專為與 Claude Desktop 及其他 MCP 相容的客戶端搭配使用而設計。
相關
- 專案
cyanheads/obsidian-mcp-serverobsidian-mcp-server is an MCP‑compatible Node server that proxies the Obsidian Local REST API, exposing 14 tools (read, search, edit, tag management, command‑palette) and three resources over STDIO or HTTP. It lets LLM agents retrieve and modify vault notes safely, with optional path‑based read/write gating, delete confirmation, and optional command execution.
- 專案
- 專案
- 專案
- 專案
coddingtonbear/obsidian-local-rest-apiObsidian‑Local‑REST‑API 是一個在 Obsidian 中運行安全 HTTPS 伺服器的插件,提供基於 REST 和 MCP 的 API。它允許外部腳本或 AI 代理透過 bearer token 認證,對知識庫檔案執行完整的增刪改查操作,精準修改特定標題或 front-matter,使用模糊或 JsonLogic 查詢進行搜尋,列出/執行 Obsidian 命令,開啟筆記到 UI,以及更多功能。相同能力也可透過 Model Context Protocol(MCP)存取,實現與 Claude Code、Claude Desktop(透過 `mcp‑remote`)、Cursor 等 AI 工具的無縫整合。