HomeDevelopment › MarkView

MarkView

Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.

HTML Local macOS
★ 38 stars Last pushed 2026-09-13 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.7.2)

npx -y mcp-server-markview@1.7.2

Or add to your MCP client config:

{
  "mcpServers": {
    "markview": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markview@1.7.2"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry