Obsidian MCP Server
Related Servers
Alternatives to Obsidian MCP Server
- 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
- AlicenseBqualityDmaintenanceEnables AI assistants to search, create, and manage notes in an Obsidian vault via 40+ local tools.5210 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceProvides AI agents with comprehensive access to Obsidian vaults, enabling reading, writing, searching, tagging, linking, canvas manipulation, and semantic search through 41 tools.-
- 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.3,699 npm-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Obsidian vaults through full CRUD operations, wikilink management, and section-level manipulation. It supports frontmatter editing, tag-based searching, and automated link updates to maintain vault integrity.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to use Obsidian vaults as persistent, bidirectional knowledge workspaces with wikilink/backlink resolution, structured frontmatter/tag indexing, task aggregation, and Obsidian Headless Sync.11MIT
- AlicenseAqualityBmaintenanceEnables Cursor agents to read, write, search, and manage local Obsidian vaults via 13 tools with safe writes and direct filesystem access.4MIT
TDQS
Scored across 5 tools
Several tools have overlapping boundaries: generate_property and create_document_with_properties both handle AI-generated frontmatter analysis, while write_property and create_document_with_properties both perform the write step. Only vault and organize_attachments are clearly distinct.
Most tools follow a clear verb_noun snake_case pattern like write_property and organize_attachments, but 'vault' breaks the pattern as a noun-only tool name. The naming is otherwise consistent and readable.
Five tools is a reasonable size for an Obsidian-focused server, but the functionality of generate_property, write_property, and create_document_with_properties overlaps enough that the set feels slightly padded. Still, the overall count is well within an appropriate range.
The tool set covers vault search/read, frontmatter generation and writing, and attachment organization, but lacks broader note lifecycle operations such as creating a simple note, editing note body content, deleting files, or listing vault contents. The metadata workflow is mostly complete, but general note management has notable gaps.