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%
56 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

obsidian-local-rest-api
A secure REST API and Model Context Protocol (MCP) server for your vault.
0 tools
Obsidian CLI (alexfatalix)
Bridge MCP clients to a local Obsidian vault using the official Obsidian CLI, with configurable safety modes for write operations.
0 tools
Obsidian Vault MCP Server
Access Obsidian vaults via Local REST API - read, search, and interact with notes
0 tools
Obsidian Vault MCP Server
Access Obsidian vaults via Local REST API - read, search, and interact with notes
0 tools
obsidian-mcp-server
Obsidian vaults MCP server - read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin.
0 tools
obsidian-mcp-server
MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO
0 tools

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"
    }
  }
}