Obsidian Model Context Protocol
This 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).
Installation
Make sure Claude Desktop and npm
is installed.
Installing via Smithery
To install Obsidian Model Context Protocol for Claude Desktop automatically via Smithery:
Then, restart Claude Desktop and you should see the following MCP tools listed:
Usage with VS Code
For quick installation, use one of the one-click install buttons below:
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P
and typing Preferences: Open User Settings (JSON)
.
Optionally, you can add it to a file called .vscode/mcp.json
in your workspace. This will allow you to share the configuration with others.
Note that the
mcp
key is not needed in the.vscode/mcp.json
file.
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 -4145JavaScriptMIT 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 -283TypeScriptMIT License
- -securityFlicense-qualityProvides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.Last updated -6Python
- AsecurityFlicenseAqualityA connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.Last updated -221TypeScript