Obsidian CLI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 26 Aug 2026.
Local MCP server for Obsidian Desktop via the official Obsidian CLI.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = execFile(
async eval(js: string, options: RunOptions = {}): Promise<string> {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add obsidian-cli-mcp -- npx -y @dariuscodes/obsidian-cli-mcp
{
"mcpServers": {
"obsidian-cli-mcp": {
"args": [
"-y",
"@dariuscodes/obsidian-cli-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.obsidian-cli-mcp]
command = "npx"
args = ["-y", "@dariuscodes/obsidian-cli-mcp"]
{
"mcpServers": {
"obsidian-cli-mcp": {
"args": [
"-y",
"@dariuscodes/obsidian-cli-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"obsidian-cli-mcp": {
"args": [
"-y",
"@dariuscodes/obsidian-cli-mcp"
],
"command": "npx"
}
}
}
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
Official Notion MCP server
Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.
Official MCP server for Anytype API - your encrypted, local and collaborative wiki.
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.
Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.
Access Obsidian vaults via Local REST API - read, search, and interact with notes
Answers built from our own checks of this server.