← Index

MarkView

io.github.paulhkang94/markview·v1.2.11·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "markview": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markview"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "markview": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markview"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-markview
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other