Odel
obsidian sync mcp

obsidian sync mcp

Local
@es61751TypeScriptMITUpdated 1w ago

Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmobsidian-sync-mcpv0.5.2

Run

npx -y obsidian-sync-mcp

MCP client config

{
  "mcpServers": {
    "obsidian-sync-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-sync-mcp"
      ]
    }
  }
}