obsidian-mcp-plugin

Raindancer118/obsidian-mcp-plugin
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Obsidian plugin that embeds a full MCP HTTP server — gives AI agents native access to Obsidian's internal APIs
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",
        "Raindancer118/obsidian-mcp-plugin"
      ]
    }
  }
}