Obsidian Everywhere
Related Servers
Alternatives to Obsidian Everywhere
- AlicenseAqualityAmaintenanceStandalone MCP server for Obsidian vaults - hybrid search (FTS5 + vector + cross-encoder reranking), images and PDFs in agent-readable form, Kanban-aware tasks (Tasks-plugin + Dataview formats), structured memory with topic recall, fine-grained read/write tools for optimal token efficiency, and link graph support. Run locally, self-host, or one-click deploy for remote access. OAuth 2.1.433596 npm19MIT
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, search, and manage an Obsidian vault with tools for notes, tags, folders, and full-text search.8 npmMIT
- AlicenseNot gradedqualityBmaintenanceLets Claude Code and Claude Desktop retrieve and explore an Obsidian vault through tools for semantic search, reading notes, following graph neighbors, and listing topics.MIT
- FlicenseAqualityDmaintenanceEnables Claude to create, read, update, and search notes in a local Obsidian vault, with automatic YAML frontmatter and folder management.71-
- AlicenseBqualityDmaintenanceEnables Claude to interact with an Obsidian vault via the Local REST API plugin, supporting file operations, search, periodic notes, commands, and semantic search.222,778 npmMIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to read, write, search, and navigate Obsidian vault notes with support for CRUD operations, full-text search, graph navigation, daily notes, and frontmatter management.2,778 npm-
- AlicenseNot gradedqualityDmaintenanceEnables reading, writing, searching, and managing an Obsidian vault through Claude, operating directly on markdown files via Node.js fs without requiring the Obsidian app.6,222 npmMIT
TDQS
Scored across 41 tools
Most tools target a distinct resource/action, and the detailed descriptions disambiguate the many read/search/graph tools. A few pairs still invite confusion: list_folder vs list_notes both enumerate notes in a folder, and create_note vs apply_template both create a note.
Snake_case is used everywhere and most tools follow a verb_noun pattern like create_note, delete_note, update_frontmatter, and rename_tag. Exceptions such as vault_overview, vault_status, regex_search, and semantic_search break the verb-first pattern, though they remain readable and predictable.
At 41 tools, the surface is well beyond the 25+ threshold for 'too many' and will create selection overhead for agents. The breadth is real, but several families—frontmatter, tags, bulk edits, and settings—could be consolidated into fewer parameterized tools without losing capability.
Note lifecycle coverage is strong: create, read, update, delete, move, rename, and bulk editing with rollback are all present. Minor gaps remain, such as read-only folder handling, no explicit duplicate/restore-from-trash tool, and set_hotkey's inability to validate command IDs against the runtime registry.