Obsidian-MCP-server

Rcidshacker/Obsidian-MCP-server
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated today
This MCP server seamlessly connects Claude Desktop to your Obsidian vault via the Local REST API. It empowers AI to read, create, and manage your markdown notes, perform full-text searches, and interact directly with the Obsidian UI and commands. Experience a secure, local bridge between advanced AI models and your personal knowledge base.
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Rcidshacker/Obsidian-MCP-server"
      ]
    }
  }
}