Native macOS markdown preview app with MCP server. Open and render Markdown files in MarkView directly from AI assistants via `npx mcp-server-markview`.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx mcp-server-markviewAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add markviewAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use paulhkang94/markview directly without routing
npx mcp-server-markviewNew to Agent-CoreX? View setup guide →