Skip to content

v1.1.0 — 102 Tools, Full Obsidian CLI Coverage

Choose a tag to compare

@Influencentricity Influencentricity released this 17 Apr 07:00
· 27 commits to main since this release

mcp-obsidian v1.1.0

102 tools — full Obsidian CLI coverage. Up from 63 in v1.0.1.

Install

Claude Desktop — download mcp-obsidian-1.1.0.mcpb below, double-click, enter your vault paths.

Claude Code:

claude mcp add -e OBSIDIAN_VAULTS='{"My Vault":"/path/to/vault"}' obsidian -- npx @wickedevolutions/mcp-obsidian

npm:

npm install -g @wickedevolutions/mcp-obsidian

New Tools (37)

  • Metadata & Navigation: file info, folder info, list folders, aliases, recents, random note
  • Bookmarks: add/list bookmarks
  • File Creation & Rename: template-based creation, rename and move via Obsidian engine (updates link cache)
  • Version Management: diff versions, restore, list files with history
  • Properties: read single property value
  • Search: search with line-level context
  • Plugin Management: get info, list enabled, enable/disable
  • Sync: status, history, read version (read-only)
  • CSS Snippets: list, list enabled, enable/disable
  • Themes: list, get active, set
  • Bases: create item, list views
  • Vault Info: vault metadata, list all known vaults
  • Workspace: workspace tree
  • Hotkeys: get hotkey, list all

Bug Fixes

  • #4: search_replace_in_file no longer destroys files when search text not found
  • #8: CLI error detection — commands that fail now properly return errors instead of false success
  • list_known_vaults — fixed to call CLI without vault parameter

See CHANGELOG.md and README for full details.