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
View MarkView details vs
An MCP server for reading, rendering, and searching PDF files.
Best for Analyzing technical datasheets by extracting diagrams and tables for LLM interpretation.
An MCP server for reading, rendering, and searching PDF files. Built with PyMuPDF and PyMuPDF4LLM.
Designed for use with LLMs that need to read datasheets and other PDFs containing diagrams, tables, and technical content.
What it does
- Extract text in multiple formats including JSON, text, markdown, and HTML
- Render PDF pages as PNG images with configurable DPI
- Perform case-insensitive full-text search across PDF documents
- Retrieve document metadata and table of contents
- Optionally exclude headers and footers during text extraction
View PDF MCP details Biggest differences
CompareMarkViewPDF MCP
Best forPreviewing complex technical documentation generated by AI in real-time.Analyzing technical datasheets by extracting diagrams and tables for LLM interpretation.
StandoutLive preview with split-pane editor and WKWebView rendering.Extract text in multiple formats including JSON, text, markdown, and HTML.
SetupNPX, stdio transport.uvx or codex, stdio transport.
Transportstdiostdio
Community26 GitHub stars23 GitHub stars
Bottom line
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.
Pick PDF MCP if...Analyzing technical datasheets by extracting diagrams and tables for LLM interpretation. Extract text in multiple formats including JSON, text, markdown, and HTML. uvx or codex, stdio transport.
The real split here is workflow fit, not raw counts. MarkView: Previewing complex technical documentation generated by AI in real-time. PDF MCP: Analyzing technical datasheets by extracting diagrams and tables for LLM interpretation. Public traction is fairly close (26 vs 23 stars).