mcpserver.lol
registry/markview
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 tools

Read 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).
get_word_count from source
Count words, characters, lines, and estimated tokens in markdown content.
lint_content from source
Lint raw markdown content using MarkView
lint_file from source
Lint a markdown file using MarkView
markview from source
open_file from source
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
preview_markdown from source
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
render_diff_raw from source
Render a raw unified diff string in MarkView with diff2html syntax highlighting.