Allows Claude Desktop to read and search Markdown notes from an Obsidian vault
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.
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).
Related MCP Servers
- AsecurityAlicenseAqualityObsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)Last updated 7 months ago4363JavaScriptMIT 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 24 days ago192TypeScriptMIT License
- -securityFlicense-qualityProvides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.Last updated 7 months ago5Python
- -securityFlicense-qualityA Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.Last updated 7 months ago3Python
Appeared in Searches
- Integrating Obsidian with ChromaDB for Memory Management
- Indexing a codebase for accessible contextual queries
- Tools for developers: Git control, file management, search, and notes
- Tools for managing local Markdown documents in plain text format
- Coding tools to understand and manage a large codebase like MCP, CLINE, or ROOCODE