Skip to content
Grok

MarkView for Grok

io.github.paulhkang94/markview

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

client:Grok transport:stdio runtime:npm

Install MarkView in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "markview": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markview"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MarkView in other clients