Skip to content
Cursor

MarkView for Cursor

io.github.paulhkang94/markview

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

client:Cursor transport:stdio runtime:npm

Install MarkView in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MarkView in other clients