obsidian-mcp-plugin

aaronsb/obsidian-mcp-plugin
★ 256 stars TypeScript 🧠 Memory/Knowledge Updated 1mo ago
High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.
View on GitHub →

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-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "aaronsb/obsidian-mcp-plugin"
      ]
    }
  }
}