Back to search
30
MCP
obsidian-cli-rest
dsebastien/obsidian-cli-restControl 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
Primary URL
https://dsebastien.github.io/obsidian-cli-rest/
Similar MCP servers embedding-nearest
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"
}
}
}