obsidian-mcp
Obsidian MCP サーバー
AI アシスタントが Obsidian Vault と対話できるようにし、メモやタグの読み取り、作成、編集、管理のためのツールを提供するMCP (Model Context Protocol)サーバー。
警告!!!
このMCPには読み取りと書き込みのアクセス権があります(許可した場合)。obsidian-mcpを使用してノートを管理する前に、Obsidian Vaultを必ずバックアップしてください。Gitの使用をお勧めしますが、どのバックアップ方法でも問題ありません。これらのツールはテスト済みですが、完全ではありません。また、このMCPは現在開発中です。
Related MCP server: Vault Cortex
特徴
保管庫内のメモを読んだり検索したりする
新しいメモとディレクトリを作成する
既存のメモを編集する
メモの移動と削除
タグの管理(追加、削除、名前の変更)
保管庫の内容を検索
要件
Node.js 20 以上 (それ以下でも動作するかもしれませんが、テストしていません)
黒曜石の金庫
インストール
手動でインストールする
Claude Desktop 構成に追加:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "obsidian-mcp", "/path/to/your/vault", "/path/to/your/vault2"]
}
}
}/path/to/your/vault Obsidian Vaultへの絶対パスに置き換えてください。例:
MacOS/Linux:
"/Users/username/Documents/MyVault"ウィンドウズ:
"C:\\Users\\username\\Documents\\MyVault"設定を保存したら、Claude for Desktopを再起動してください。サーバーが接続されたことを示すハンマーアイコンが表示されます。
接続の問題がある場合は、次のログを確認してください。
MacOS:
~/Library/Logs/Claude/mcp*.logWindows:
%APPDATA%\Claude\logs\mcp*.log
Smithery経由でインストール
警告:私はSmitheryとは一切関係ありません。実際に使用してテストしたことはなく、可能であれば手動でインストールすることをお勧めします。
Smithery経由で Claude Desktop 用の Obsidian を自動的にインストールするには:
npx -y @smithery/cli install obsidian-mcp --client claude発達
# Clone the repository
git clone https://github.com/StevenStavrakis/obsidian-mcp
cd obsidian-mcp
# Install dependencies
npm install
# Build
npm run build次に、Claude Desktop 構成に追加します。
{
"mcpServers": {
"obsidian": {
"command": "node",
"args": ["<absolute-path-to-obsidian-mcp>/build/main.js", "/path/to/your/vault", "/path/to/your/vault2"]
}
}
}利用可能なツール
read-note- メモの内容を読むcreate-note- 新しいノートを作成するedit-note- 既存のメモを編集するdelete-note- メモを削除するmove-note- ノートを別の場所に移動するcreate-directory- 新しいディレクトリを作成するsearch-vault- 保管庫内のノートを検索add-tags- メモにタグを追加するremove-tags- ノートからタグを削除するrename-tag- すべてのノートのタグの名前を変更するmanage-tags- タグの一覧表示と整理list-available-vaults- 利用可能なすべてのボールトを一覧表示します(複数のボールトの設定に役立ちます)
ドキュメント
追加のドキュメントは、 docsディレクトリにあります。
creating-tools.md- 新しいツールを作成するためのガイドtool-examples.md- 利用可能なツールの使用例
安全
このサーバーはObsidian Vaultディレクトリへのアクセスを必要とします。サーバーを設定する際は、以下の点にご注意ください。
目的のVaultディレクトリへのアクセスのみを提供する
ツールアクションを承認する前に確認する
トラブルシューティング
よくある問題:
Claude Desktop にサーバーが表示されない
設定ファイルの構文を確認する
ボールトパスが絶対パスであり、存在していることを確認してください
Claudeデスクトップを再起動します
権限エラー
ボールトパスが読み取り/書き込み可能であることを確認する
保管庫内のファイル権限を確認する
ツール実行の失敗
Claude Desktop のログを次の場所で確認してください:
macOS:
~/Library/Logs/Claude/mcp*.logWindows:
%APPDATA%\Claude\logs\mcp*.log
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI assistants to read, write, search, and navigate Obsidian vault notes with support for CRUD operations, full-text search, graph navigation, daily notes, and frontmatter management.3,860
- AlicenseAqualityAmaintenanceMCP server for Obsidian vaults — search, memory, link graph, 23 tools, OAuth-protected. Runs locally via Docker or remotely with Obsidian Sync + OAuth 2.1.23093817MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search, create, and manage notes in an Obsidian vault via 40+ local tools.5222MIT
- Alicense-qualityBmaintenanceEnables AI assistants to manage Obsidian vaults programmatically with 28 tools for reading, writing, editing, and analyzing notes.MIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Appeared in Searches
- Information about Obsidian (note-taking app or volcanic glass)
- A tool for comparing design documents and source code, and accumulating business knowledge
- Integrating Obsidian with ChromaDB for Memory Management
- Todo List for Remote Management of MCP
- Recommendations for MCP with Encapsulated UI Component Library
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/StevenStavrakis/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server