
Markdown Editor MCP App
Supports UIby albinotonnina
Professional markdown editor with live preview, file operations, and PDF/HTML export for MCP hosts.
What it does
This MCP app renders a full-featured, interactive Markdown editor directly inside compatible hosts. It combines the power of the Monaco Editor (the engine behind VS Code) with a real-time GitHub Flavored Markdown preview, providing a professional writing environment without leaving the AI interface.
Key features
- Monaco-powered Editing: Full syntax highlighting, line numbers, and code folding.
- Live GFM Preview: Instant rendering of tables, task lists, and styled code blocks.
- Advanced Export: Generate standalone HTML files or high-quality PDFs via Puppeteer.
- Secure File I/O: Open, save, and create markdown files with automatic backups and path sanitization.
- HTML Import: Convert existing HTML files back into markdown using Turndown.
Installation
- Clone and build the project:
npm install && npm run build
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"markdown-editor": {
"command": "node",
"args": ["/absolute/path/to/markdown-editor-mcp-app/dist/server/index.js"]
}
}
}
Supported hosts
- claude
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






