MarkView
Rank #2,138io.github.paulhkang94/markview
Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.
MarkView is a Model Context Protocol (MCP) server published by paulhkang94. It ranks #2,138 of 132,046 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. MarkView is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 9 tracked versions. It was first listed on Feb 16, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 129,908 of 132,046 servers on MCP Toplist.
Use MarkView
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add markview -- npx -y mcp-server-markview[mcp_servers.markview]
command = "npx"
args = ["-y", "mcp-server-markview"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"markview": {
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"markview": {
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"markview": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"markview": {
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"markview": {
"command": "npx",
"args": [
"-y",
"mcp-server-markview"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paulhkang94%2Fmarkview)<a href="https://mcptoplist.com/server/io.github.paulhkang94%2Fmarkview"><img src="https://mcptoplist.com/badge/io.github.paulhkang94%2Fmarkview.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
paulhkang94
Available versions (9)
| Version | Published |
|---|---|
| 1.7.2 | Aug 23, 2026 |
| 1.7.1 | Jul 15, 2026 |
| 1.7.0 | Jul 6, 2026 |
| 1.6.1 | Jul 4, 2026 |
| 1.2.11 | Apr 3, 2026 |
| 1.2.9 | Apr 3, 2026 |
| 1.2.3 | Mar 2, 2026 |
| 1.1.3 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MarkView?
- MarkView is maintained by paulhkang94, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is MarkView listed on the Official MCP Registry?
- Yes — MarkView is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MarkView have?
- MCP Toplist tracks 9 versions of MarkView, most recently published on Aug 23, 2026.
- Where can I find the source code for MarkView?
- The source code for MarkView is hosted at github.com/paulhkang94/markview.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.