dp-veritas/mcp-obsidian-tools
A Model Context Protocol (MCP) server that allows MCP clients (Cursor, VSCode, Claude Desktop, etc.) to read and search any directory containing Markdown notes, such as an Obsidian vault. This server exposes a rich, read-only toolkit of obsidian_-prefixed MCP tools for working with vault metadata (tags, links, frontmatter), filenames, and more
Platform-specific configuration:
{
"mcpServers": {
"mcp-obsidian-tools": {
"command": "npx",
"args": [
"-y",
"mcp-obsidian-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...