mcpvault and mcp-obsidian-via-rest
Both provide MCP server interfaces to Obsidian vaults, but they differ in their underlying architecture—one uses direct vault access while the other routes through a local REST API—making them alternative implementations rather than true complements or siblings.
About mcpvault
bitbonsai/mcpvault
A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access
Provides read/write access to Obsidian vaults through 14 MCP methods including search with BM25 relevance ranking, frontmatter preservation via gray-matter, and tag management, while filtering system directories. Runs as a Node.js stdio transport server compatible with Claude Desktop, ChatGPT, and any MCP-standard AI client, with token-optimized responses and zero external dependencies.
About mcp-obsidian-via-rest
OleksandrKucherenko/mcp-obsidian-via-rest
MCP Server connected to Obsidian Vault with Local REST API. (re-write it completely with BUN to make it faster and more lightweight)
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work