obsidian-mcp

hamibahadori/obsidian-mcp
★ 0 stars Python Memory/Knowledge Updated today
Filesystem-based Obsidian MCP server — lets Claude read and write your vault's Markdown files directly, no plugins required
View on GitHub → 🔍 Audit Wallet Slippage →

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

A small, dependency-light MCP server that lets Claude read and write your Obsidian vault by touching the Markdown files directly — no Local REST API plugin, no tokens, no ports. - `get_vault_info` — vault path + note count - `list_notes` — list notes (optionally within a folder) - `read_note` — read a note

Topics

anthropicclaudemarkdownmcpmcp-servermodel-context-protocolnote-takingobsidianobsidian-mdpython