Loomal

MarkView

MCP server by github.com/paulhkang94/markview

Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.

34 starsnpm: mcp-server-markview

About MarkView

MarkView is an MCP (Model Context Protocol) server published by paulhkang94 in the official MCP registry. Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.

It ships as an npm package (mcp-server-markview), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/paulhkang94/markview, where the project has earned 34 GitHub stars.

Use MarkView with your agent

Claude Code · one command
claude mcp add markview -- npx -y mcp-server-markview
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "markview": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markview"
      ]
    }
  }
}
npmmcp-server-markview

Frequently asked questions

What is MarkView?
MarkView is an MCP (Model Context Protocol) server by paulhkang94. Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron.
How do I connect MarkView to Claude, Cursor, or another MCP client?
Install MarkView from its npm package (mcp-server-markview) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is MarkView open source?
Yes — the source code is public at github.com/paulhkang94/markview, with 34 GitHub stars.
Can AI agents pay to use MarkView?
Not yet through Loomal — MarkView is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain MarkView? Claim this listing free by verifying GitHub ownership, or contact us.