MarkView for VS Code
io.github.paulhkang94/markview
Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.
client:VS Code
transport:stdio
runtime:npm
Install MarkView in VS Code
.vscode/mcp.json
{
"servers": {
"markview": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs