Loading...

Connects Claude Desktop to an Obsidian vault, enabling search and read access to Markdown notes for enhanced context and knowledge retrieval.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Connects Claude Desktop to an Obsidian vault, enabling search and read access to Markdown notes for enhanced context and knowledge retrieval.
This connector is generally safe for use as it primarily provides read-only access to local files. However, users should ensure their Obsidian vault does not contain highly sensitive information that could be exposed through search queries. Exercise caution when configuring the vault path.
Performance depends on the size of the Obsidian vault and the speed of the file system. Large vaults may result in slower search times.
This tool primarily uses local file access, so cost is minimal. Usage of npx might incur minor network overhead.
npx -y @smithery/cli install mcp-obsidian --client claude{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "vaultPath",
"description": "Path to Obsidian vault"
}
],
"servers": {
"obsidian": {
"command": "npx",
"args": ["-y", "mcp-obsidian", "${input:vaultPath}"]
}
}
}
}obsidianAllows Claude to search and read markdown notes within a specified Obsidian vault.
Provides read-only access to files within the vault.
None
This connector is generally safe for use as it primarily provides read-only access to local files. However, users should ensure their Obsidian vault does not contain highly sensitive information that could be exposed through search queries. Exercise caution when configuring the vault path.
The tool operates in read-only mode, limiting the scope of autonomous actions to information retrieval.
Production Tip
Ensure the Obsidian vault path is correctly configured and accessible before deploying in a production environment.
No, it only provides read access to the files in your vault.
Yes, as long as the local vault directory is accessible.
The tool will likely fail to find the notes, and Claude may return an error.
It depends on how your Obsidian vault is configured. The tool itself doesn't provide encryption, but it can access encrypted vaults if they are unlocked.
The search capabilities depend on the underlying implementation of the tool. It will likely support basic text search.
It should be compatible as long as the plugins don't fundamentally alter the file format or storage location of the notes.
Use the Smithery CLI or VS Code extension to update the package.