MarkView for Zed
io.github.paulhkang94/markview
Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.
client:Zed
transport:stdio
runtime:npm
Install MarkView in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"markview": {
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs