Obsidian 模型上下文协议
这是一个连接器,允许 Claude Desktop(或任何 MCP 客户端)读取和搜索任何包含 Markdown 注释的目录(例如 Obsidian 保险库)。
安装
确保已安装 Claude Desktop 和npm
。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Obsidian Model Context Protocol:
然后,重新启动 Claude Desktop,您应该会看到以下列出的 MCP 工具:
与 VS Code 一起使用
为了快速安装,请使用以下一键安装按钮之一:
如需手动安装,请将以下 JSON 块添加到 VS Code 中的“用户设置 (JSON)”文件中。您可以按下Ctrl + Shift + P
并输入Preferences: Open User Settings (JSON)
来执行此操作。
或者,您可以将其添加到工作区中名为.vscode/mcp.json
的文件中。这样您就可以与其他人共享该配置。
请注意
.vscode/mcp.json
文件中不需要mcp
键。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
这是一个连接器,允许 Claude Desktop(或任何 MCP 客户端)读取和搜索任何包含 Markdown 注释的目录(例如 Obsidian 保险库)。
Related MCP Servers
- AsecurityAlicenseAqualityObsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)Last updated -4363JavaScriptMIT License
- -securityAlicense-qualityA local MCP server that enables AI applications like Claude Desktop to securely access and work with Obsidian vaults, providing capabilities for reading notes, executing templates, and performing semantic searches.Last updated -229TypeScriptMIT License
- -securityFlicense-qualityProvides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.Last updated -5Python
- -securityFlicense-qualityA Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.Last updated -3Python
Appeared in Searches
- Integrating Obsidian with ChromaDB for Memory Management
- Indexing a codebase for accessible contextual queries
- Tools for developers: Git control, file management, search, and notes
- Tools for managing local Markdown documents in plain text format
- Coding tools to understand and manage a large codebase like MCP, CLINE, or ROOCODE