knowledge & memory

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.

typescript
local
macos
windows
linux
knowledge & memory
0
View on GitHub

Installation

npx -y bitbonsai/mcp-obsidian

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-obsidian",
  "command": "npx",
  "args": [
    "-y",
    "bitbonsai/mcp-obsidian"
  ]
}

About This MCP Server

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.

GitHub: https://github.com/bitbonsai/mcp-obsidian

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub