mcpbeat Sign in

MCP Obsidian CLI MCP Server

by stonematt Your server? Claim it
local only

MCP Obsidian CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from npm. Last commit 5 Sep 2026.

Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.

Installs per day peak 166 · avg 24 · -53% w/w
a month agotoday
122
Installs / week
npm · mcp-obsidian-cli
2
Stars
7 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Obsidian CLI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-obsidian-cli -- npx -y mcp-obsidian-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-obsidian-cli": {
      "args": [
        "-y",
        "mcp-obsidian-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-obsidian-cli]
command = "npx"
args = ["-y", "mcp-obsidian-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-obsidian-cli": {
      "args": [
        "-y",
        "mcp-obsidian-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-obsidian-cli": {
      "args": [
        "-y",
        "mcp-obsidian-cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OBSIDIAN_VAULT (Target vault name. If unset or unknown, the server prompts the caller on first tool use, listing the vaults Obsidian knows about.), OBSIDIAN_CLI_PATH (Path to the obsidian-cli binary. Auto-discovered on macOS; set explicitly on Linux/Windows or if the binary is non-standard.), OBSIDIAN_TIMEOUT_MS (Per-command timeout in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Obsidian CLI

same job, measured the same way
Adam Framework
by strangeadvancedmarketing

Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.

68 installs/wk local only
Stellavault
by evanciel

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

103 installs/wk local only
Margins
by cflorczyk9

Use your Claude Pro/Max subscription on your Obsidian vault. Reads markdown, proposes writes.

51 installs/wk local only
Second Brain Bridge
by isaiahdupree

Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

answering
Obsidian CLI MCP
by dariuscorvus

Local MCP server for Obsidian Desktop via the official Obsidian CLI.

49 installs/wk local only
Vault MCP Tools
by afable702

Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.

local only
Obsidian MCP Server
by cyanheads

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

7 553 installs/wk local only
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only

MCP Obsidian CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Obsidian CLI?
MCP Obsidian CLI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-obsidian-cli was installed 122 times last week.
How do I connect MCP Obsidian CLI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-obsidian-cli straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Obsidian CLI?
The npm package mcp-obsidian-cli was installed 122 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Obsidian CLI open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.