MCP Directory

paulhkang94/markview

GitHub
Developer Tools

Native macOS markdown preview app with MCP server. Open and render Markdown files in MarkView directly from AI assistants via `npx mcp-server-markview`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx mcp-server-markview

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from paulhkang94/markview your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route paulhkang94/markview intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add markview

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use paulhkang94/markview directly without routing

npx mcp-server-markview

New to Agent-CoreX? View setup guide →

paulhkang94/markview MCP Server — Agent-CoreX