obsidian-vault-mcp-plugin

nelsonlove/obsidian-vault-mcp-plugin
★ 0 stars TypeScript Code/Dev Tools Updated today
Obsidian plugin exposing the live vault (alias/embed/block-resolved) to Claude over a local Unix socket — companion to obsidian-vault-mcp-server
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-vault-mcp-p": {
      "command": "npx",
      "args": [
        "-y",
        "nelsonlove/obsidian-vault-mcp-plugin"
      ]
    }
  }
}

README Excerpt

An Obsidian plugin that embeds a **Model Context Protocol (MCP) server** inside the running app, giving Claude Code direct, canonical access to a live vault through Obsidian's own APIs — backlinks, link resolution, Dataview queries with native types, Templater rendering, Metadata Menu fileClass schemas, workspace/bookmark control, and more.

Tools (2)

dataview_list_querymy_tool

Topics

mcpobsidian-mdobsidian-plugin