Skip to content
Back to search
30
MCP

obsidian-cli-rest

dsebastien/obsidian-cli-rest

Control your Obsidian vault programmatically. This plugin turns all Obsidian CLI commands into a local HTTP API and MCP server, letting you automate your workflow from scripts, tools, and AI assistants.

Uptime
0.0%
147 probes
Response
0ms
last probe
Tools
0
callable

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "obsidian-cli-rest": {
      "url": "https://dsebastien.github.io/obsidian-cli-rest/",
      "transport": "http"
    }
  }
}