llms.txt Content
# Paul Kang
> Software engineer building native macOS developer tools and AI-integrated workflows. Creator of MarkView — native macOS markdown preview with MCP server for Claude Code.
## Projects
- [MarkView](https://github.com/paulhkang94/markview): Native macOS markdown preview app with MCP server for Claude Code. Swift/SwiftUI, GitHub Flavored Markdown, Mermaid diagrams, syntax highlighting, Quick Look. No Electron.
- [MarkView iOS](https://github.com/paulhkang94/markview-ios): iOS companion app for viewing markdown files. SwiftUI, iOS 16+.
## MarkView Documentation
- [README](https://github.com/paulhkang94/markview/blob/main/README.md): Installation, features, MCP server setup for Claude Code and Claude Desktop
- [Architecture](https://github.com/paulhkang94/markview/blob/main/docs/ARCHITECTURE.md): Technical deep-dive — MarkViewCore, MCP server, Quick Look extension, test suite
- [MCP npm package](https://github.com/paulhkang94/markview/blob/main/npm/README.md): preview_markdown and open_file tool reference, npx install
## MarkView Install
- Homebrew (app + Quick Look): `brew install --cask paulhkang94/markview/markview`
- MCP server (npx): `npx mcp-server-markview`
- Claude Code one-liner: `claude mcp add --transport stdio --scope user markview -- npx mcp-server-markview`
- npm: `npm install -g mcp-server-markview`
- GitHub releases: https://github.com/paulhkang94/markview/releases
## Links
- [GitHub](https://github.com/paulhkang94)
- [npm](https://www.npmjs.com/package/mcp-server-markview)
- [MCP Registry](https://registry.modelcontextprotocol.io)
- [Glama listing](https://glama.ai/mcp/servers/@paulhkang94/markview)