Skip to main content
Glama

Obsidian

by smithery-ai

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 のユーザー設定 (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}"] } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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 など) を含む任意のディレクトリを読み取り、検索できるようにするコネクタです。

  1. インストール
    1. Smithery経由でインストール
    2. VS Codeでの使用

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Obsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)
    Last updated -
    4
    36
    3
    JavaScript
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    Provides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.
    Last updated -
    5
    Python
  • -
    security
    F
    license
    -
    quality
    A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
    Last updated -
    3
    Python
  • -
    security
    F
    license
    -
    quality
    Manages markdown notes in a specified directory, allowing users to create, read, update, and list notes through the Model Context Protocol.
    Last updated -
    1
    Python

View all related MCP servers

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/smithery-ai/mcp-obsidian'

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