markview

paulhkang94/markview
★ 29 stars HTML 💻 Code/Dev Tools Updated 1d ago
Native macOS markdown preview + MCP server for Claude Code. Swift/SwiftUI, GFM, Mermaid, syntax highlighting. No Electron.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "markview": {
      "command": "npx",
      "args": [
        "-y",
        "paulhkang94/markview"
      ]
    }
  }
}

README Excerpt

Native macOS markdown preview with MCP server for Claude Code. Claude writes markdown — MarkView renders it live, in a real native window, while you work. > **Versions:** The macOS app (`app` badge) and the npm MCP wrapper (`npm` badge) are versioned independently. App releases happen when the Swift binary changes; npm patches happen for MCP server improvements. Both badges always show the latest of each.

Tools (2)

open_filepreview_markdown

Topics

ai-toolsclaudeclaude-codedeveloper-toolsgfmmacosmarkdownmarkdown-previewmcpmcp-servermodel-context-protocolnative-appswiftswiftui