File Systems
Trust: 41/100 (Fair)MarkView Guide
Native macOS Markdown preview. MCP: preview_markdown, open_file. GFM, Mermaid, syntax highlighting.
23 starsby paulhkang94
Quick Start
Install
npx mcp-server-markviewClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-paulhkang94-markview": {
"command": "npx",
"args": [
"mcp-server-markview"
]
}
}
}