List all files in the Obsidian vault
Read the content of a specific file in the vault
Search for files in the vault matching a query
The Obsidian Connector provides a seamless integration between Claude Desktop (or any MCP client) and your Markdown notes, particularly Obsidian vaults. This connector enables AI assistants to read, search, and reference your knowledge base directly. With this tool, you can leverage your existing notes and documentation while working with Claude, allowing the AI to provide more contextually relevant responses based on your personal knowledge repository. The connector works with any directory containing Markdown files, making it versatile for various note-taking systems beyond just Obsidian.
The Obsidian Connector allows Claude Desktop or any Model Context Protocol (MCP) client to access and search through your Markdown notes, particularly those stored in Obsidian vaults. This integration enables AI assistants to reference your personal knowledge base when responding to your queries.
The simplest way to install the Obsidian Connector is through Smithery:
npx @smithery/cli install mcp-obsidian --client claude
If you prefer to set up the connector manually:
npm install -g mcp-obsidian
For VS Code users, you can install the connector directly:
Ctrl + Shift + P
and type Preferences: Open User Settings (JSON)
.vscode/mcp.json
file in your workspace with the configurationOnce installed, Claude Desktop will be able to:
When using Claude Desktop, you can ask questions like:
The connector will search your Markdown files and provide Claude with the relevant context to answer your questions.
The connector needs to know the path to your Obsidian vault or Markdown directory. When installing through Smithery or VS Code, you'll be prompted to provide this path.
You can point the connector to any directory containing Markdown files, not just Obsidian vaults. This makes it versatile for various note-taking systems.
If you encounter issues: