obsidian-livesync

GitHub

Documentation and developer resources for vrtmrz/obsidian-livesync

11,926 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "obsidian-livesync": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-livesync"
      ]
    }
  }
}