MCP Obsidian Server vs MarkView

Choosing between MCP Obsidian Server and MarkView? Both are file management MCP servers, but they lean into different workflows. This page focuses on where each one is actually stronger, not just raw counts.

Choose MCP Obsidian Server for

Automating the summarization of daily meeting notes into a structured format.

Choose MarkView for

Previewing complex technical documentation generated by AI in real-time.

MCP Obsidian Server

42by fazer-aistdio

Interact with your Obsidian vault through the Local REST API plugin

Best for Automating the summarization of daily meeting notes into a structured format.

MCP server for Obsidian (TypeScript + Bun).

A Model-Context-Protocol (MCP) server that lets Claude (or any MCP-compatible LLM) interact with your Obsidian vault through the Local REST API community plugin – written in TypeScript and runnable with bunx.

What it does

  • Full CRUD operations for notes and files within an Obsidian vault
  • Support for Dataview-DQL and JsonLogic queries for advanced searching
  • Ability to execute Obsidian command palette commands programmatically
  • Management of periodic notes (daily, weekly, monthly, etc.)
  • Integration with Obsidian Local REST API for secure vault access

Available tools (24)

obsidian_statusReturns basic details about the Obsidian Local REST API server and your authentication status
obsidian_delete_activeDeletes the note that is currently active in the Obsidian UI
obsidian_get_activeRetrieves the full content of the active note
obsidian_patch_activeInserts, replaces or prepends content in the active note
obsidian_post_activeAppends Markdown to the end of the active note
obsidian_put_activeReplaces the entire body of the active note
obsidian_get_commandsLists every command available in Obsidian’s command palette
obsidian_execute_commandExecutes a specific Obsidian command by its ID
obsidian_open_fileOpens the given file inside Obsidian
obsidian_delete_periodicDeletes the current daily, weekly, monthly, quarterly, or yearly note
obsidian_get_periodicReturns the content of the current periodic note
obsidian_patch_periodicInserts or replaces content in a periodic note
obsidian_post_periodicAppends Markdown to the periodic note
obsidian_put_periodicReplaces the entire body of a periodic note
obsidian_search_dataviewRuns a Dataview-DQL query across the vault
obsidian_search_json_logicRuns a JsonLogic query against structured note metadata
obsidian_simple_searchPerforms a plain-text fuzzy search
obsidian_list_vault_rootLists all files and directories at the root of your vault
obsidian_list_vault_directoryLists files and directories inside a specific folder
obsidian_delete_fileDeletes a specific file or directory in the vault
obsidian_get_fileRetrieves the content of a file in the vault
obsidian_patch_fileInserts or replaces content in an arbitrary file
obsidian_post_fileAppends Markdown to a file
obsidian_put_fileCreates a new file or replaces the entire body of an existing file

Setup requirements

Requires 4 environment variables: OBSIDIAN_API_KEY, OBSIDIAN_PROTOCOL, OBSIDIAN_HOST, OBSIDIAN_PORT. Available via Bun.

View MCP Obsidian Server details
vs

MarkView

26by paulhkang94stdio

Native macOS markdown previewer with live preview and AI integration

Best for Previewing complex technical documentation generated by AI in real-time.

A native macOS markdown preview app built with Swift and SwiftUI. No Electron, no web server — just a fast, lightweight previewer that renders GitHub Flavored Markdown.

| Preview only | Editor + Preview | |:---:|:---:| | | |.

What it does

  • Live preview with split-pane editor and WKWebView rendering
  • GitHub Flavored Markdown support including tables and task lists
  • Mermaid diagram rendering for flowcharts and sequence diagrams
  • Bidirectional scroll sync between editor and preview
  • Local image rendering for relative paths

Available tools (2)

preview_markdownWrite content to a temp file and open it in MarkView with live reload
open_fileOpen an existing .md file in MarkView
View MarkView details

Biggest differences

CompareMCP Obsidian ServerMarkView
Best forAutomating the summarization of daily meeting notes into a structured format.Previewing complex technical documentation generated by AI in real-time.
StandoutFull CRUD operations for notes and files within an Obsidian vault.Live preview with split-pane editor and WKWebView rendering.
SetupBun, needs 4 env vars, stdio transport.NPX, stdio transport.
Transportstdiostdio
Community42 GitHub stars26 GitHub stars

Bottom line

Pick MCP Obsidian Server if...

Automating the summarization of daily meeting notes into a structured format. Full CRUD operations for notes and files within an Obsidian vault. Bun, needs 4 env vars, stdio transport.

Pick MarkView if...

Previewing complex technical documentation generated by AI in real-time. Live preview with split-pane editor and WKWebView rendering. NPX, stdio transport.

The real split here is workflow fit, not raw counts. MCP Obsidian Server: Automating the summarization of daily meeting notes into a structured format. MarkView: Previewing complex technical documentation generated by AI in real-time. Public traction is fairly close (42 vs 26 stars).

Keep the comparison logic in memory

Once you pick a server, keep the decision notes, setup rules, and docs in Conare so your agent can apply them again without re-explaining.

Need the old visual installer? Open Conare IDE.
Open Conare