bitbonsai/mcp-obsidian
Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.
Quick Start
Clone the repository:
git clone https://github.com/bitbonsai/mcp-obsidianClaude Desktop configuration example:
{
"mcpServers": {
"bitbonsai-mcp-obsidian": {
"command": "npx",
"args": [
"-y",
"bitbonsai/mcp-obsidian"
]
}
}
}Check the repository README for specific installation and configuration instructions.