Obsidian モデルコンテキストプロトコル
これは、Claude Desktop (または任意の MCP クライアント) が Markdown ノート (Obsidian vault など) を含む任意のディレクトリを読み取り、検索できるようにするコネクタです。
インストール
Claude Desktop とnpm
がインストールされていることを確認してください。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Obsidian Model Context Protocol を自動的にインストールするには:
次に、Claude Desktop を再起動すると、次の MCP ツールがリストされます。
VS Codeでの使用
素早くインストールするには、以下のワンクリック インストール ボタンのいずれかを使用します。
手動でインストールする場合は、VS Code のユーザー設定 (JSON) ファイルに次の JSON ブロックを追加します。Ctrl 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 vault など) を含む任意のディレクトリを読み取り、検索できるようにするコネクタです。
Related MCP Servers
- AsecurityAlicenseAqualityObsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)Last updated -4184JavaScriptMIT 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 -4Python
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