Skip to content
Windsurf

MarkView for Windsurf

io.github.paulhkang94/markview

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

client:Windsurf transport:stdio runtime:npm

Install MarkView in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MarkView in other clients