obsidian_mcp

bettyguo/obsidian_mcp
★ 8 stars Python 🧠 Memory/Knowledge Updated today
MCP server + 7 Claude skills for Obsidian vaults — read, search, write, and link notes from Claude / Cursor / ChatGPT. Filesystem-direct, local-first, round-trip safe.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian_mcp": {
      "command": "uvx",
      "args": [
        "obsidian-mcp"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp

README Excerpt

> Your agent, native in your Obsidian vault. MIT-licensed, local-first, MCP-native. An MCP (Model Context Protocol) server plus a bundle of seven Claude Skills for [Obsidian](https://obsidian.md) vaults. Lets Claude, Cursor, ChatGPT, and any MCP-capable agent read, search, write, link, and reason about your vault while respecting Obsidian's conventions (wikilinks, frontmatter, tags, daily notes, MOCs).