Connection check
local install
markview
Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.
Tools
10
GitHub stars
38
Installs / wk
458
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
10 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
get_changed_files
from source
List all changed files in a git repository (staged, unstaged, and untracked). List all changed files in a git repository (staged, unstaged, and untracked).
get_word_count
from source
Count words, characters, lines, and estimated tokens in markdown content. Count words, characters, lines, and estimated tokens in markdown content.
lint_content
from source
Lint raw markdown content using MarkView Lint raw markdown content using MarkView
lint_file
from source
Lint a markdown file using MarkView Lint a markdown file using MarkView
markview
from source
open_file
from source
Open an existing markdown file from disk in MarkView. Open an existing markdown file from disk in MarkView.
outline
from source
Extract the heading tree from markdown content. Returns a JSON array of headings Extract the heading tree from markdown content. Returns a JSON array of headings
preview_markdown
from source
Render a markdown string in MarkView Render a markdown string in MarkView
render_diff_file
from source
Run git diff on a repository and render the output in MarkView with diff2html Run git diff on a repository and render the output in MarkView with diff2html
render_diff_raw
from source