MCP オブシディアン
Obsidian Vault 統合用のモデルコンテキストプロトコルサーバー。これにより、Claude Desktop(または任意の MCP クライアント)で Obsidian ノートを検索および閲覧できるようになります。
クイックスタート(ユーザー向け)
前提条件
Node.js 18+ (
brew install nodeでインストール)黒曜石の金庫
Claude Desktop ( https://claude.ai/desktopからインストール)
構成
Claude Desktop 構成ファイルを開きます:
~/Library/Application Support/Claude/claude_desktop_config.json
これは、Claude デスクトップ メニューから見つけることができます。
クロードデスクトップを開く
MacのメニューバーでClaudeをクリック
「設定」をクリック
「開発者」をクリック
設定に以下を追加します。
注: /path/to/your/obsidian/vault実際の Obsidian vault パスに置き換えます。
開発者向け
前提条件
Node.js 18+ (
brew install nodeでインストール)黒曜石の金庫
Claude Desktop ( https://claude.ai/desktopからインストール)
tsx (
npm install -g tsxでインストール)
インストール
構成
Claude Desktop がインストールされ、実行されていることを確認してください。
まだインストールしていない場合は、tsx をグローバルにインストールします。
Claude Desktop の設定を変更してください:
~/Library/Application Support/Claude/claude_desktop_config.json
これは、Claude Desktop メニューから簡単に見つけることができます。
クロードデスクトップを開く
MacのメニューバーでClaudeをクリック
「設定」をクリック
「開発者」をクリック
MCP クライアントの構成に以下を追加します。
利用可能なツール
obsidian_read_notes: 複数のノートの内容を読み取ります。各ノートの内容は、パスを参照として返されます。obsidian_search_notes: 名前でノートを検索します (大文字と小文字を区別せず、部分一致と正規表現をサポートします)。obsidian_read_notes_dir: 指定されたパスの下のディレクトリ構造を一覧表示します。obsidian_write_note: 指定されたパスに新しいノートを作成します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop 用の Obsidian Vault コネクタ - Model Context Protocol (MCP) を使用して Markdown ノートの読み書きを可能にします
Related Resources
Related MCP Servers
- -security-license-qualityThis is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).Last updated -6811,142AGPL 3.0
- -security-license-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 -362MIT License
- -security-license-qualityProvides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.Last updated -8
- -security-license-qualityIntegration project for Model Context Protocol (MCP) servers with Claude Desktop App, enabling filesystem operations, development support, and file management through natural language.Last updated -