Loading...
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.
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.