obsidian-cli-mcp

dariuscorvus/obsidian-cli-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
MCP server for Obsidian Desktop via the official Obsidian CLI.
View on GitHub → 🔍 Audit Wallet Slippage →

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

README Excerpt

`obsidian-cli-mcp` is an [MCP](https://modelcontextprotocol.io/) server for the **official Obsidian CLI**. It exposes Obsidian vault search, note, task, file, link, and native Canvas operations to an MCP client. The server does not replace Obsidian: the CLI forwards requests to the running Obsidian desktop app.