Skip to main content
Glama

Obsidian モデルコンテキストプロトコル

鍛冶屋のバッジ

これは、Claude Desktop (または任意の MCP クライアント) が Markdown ノート (Obsidian vault など) を含む任意のディレクトリを読み取り、検索できるようにするコネクタです。

インストール

Claude Desktop とnpmがインストールされていることを確認してください。

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Obsidian Model Context Protocol を自動的にインストールするには:

npx @smithery/cli install mcp-obsidian --client claude

次に、Claude Desktop を再起動すると、次の MCP ツールがリストされます。

画像

VS Codeでの使用

素早くインストールするには、以下のワンクリック インストール ボタンのいずれかを使用します。

VS CodeでNPXを使ってインストールする VS Code Insiders で NPX を使用してインストールする

手動でインストールする場合は、VS Code のユーザー設定 (JSON) ファイルに次の JSON ブロックを追加します。Ctrl Ctrl + Shift + Pを押してPreferences: Open User Settings (JSON)と入力すると、このブロックを追加できます。

オプションとして、ワークスペース内の.vscode/mcp.jsonというファイルに追加することもできます。これにより、他のユーザーと設定を共有できるようになります。

.vscode/mcp.jsonファイルではmcpキーは必要ないことに注意してください。

{
  "mcp": {
    "inputs": [
      {
        "type": "promptString",
        "id": "vaultPath",
        "description": "Path to Obsidian vault"
      }
    ],
    "servers": {
      "obsidian": {
        "command": "npx",
        "args": ["-y", "mcp-obsidian", "${input:vaultPath}"]
      }
    }
  }
}
A
license - permissive license
-
quality - not tested
-
maintenance - not tested

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

View all related MCP servers

Related MCP Connectors

  • Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

View all MCP Connectors

Latest Blog Posts

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/clavia-labs/mcp-obsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server