Odel
MarkView

MarkView

Local
@paulhkang9438HTMLMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-server-markviewv1.7.2

Run

npx -y mcp-server-markview

MCP client config

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