HTML to PDF MCP Server

HTML to PDF MCP Server

Converts HTML files or HTML content to PDF using Puppeteer's browser rendering engine with support for CSS, JavaScript, custom page formats, margins, and header/footer templates.

Category
访问服务器

README

HTML to PDF MCP Server

MCP (Model Context Protocol) server for converting HTML files or HTML content to PDF using Puppeteer's browser rendering engine.

Features

  • Convert HTML files to PDF with high-fidelity browser rendering
  • Convert HTML content strings to PDF
  • Full CSS and JavaScript support
  • Configurable page format, margins, orientation
  • Header and footer templates
  • Background graphics printing
  • Wait for network idle option
  • Browser instance pooling for performance

Installation

npm install
npm run build

Usage

Quick Start with Claude Code/Desktop

This server is designed to work with Claude Code and Claude Desktop as an MCP tool.

📖 For detailed MCP setup and usage instructions, see MCP_USAGE.md

Basic MCP Configuration

Add to your MCP client configuration:

Claude Code: ~/.config/claude-code/mcp_config.json Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)

{
  "mcpServers": {
    "html2pdf": {
      "command": "node",
      "args": ["/absolute/path/to/html2pdf/dist/index.js"],
      "description": "Convert HTML to PDF with browser rendering"
    }
  }
}

After configuration, restart Claude and ask:

Claude, convert my-report.html to PDF with 80% scale and A4 format

Available Tool

convert_html_to_pdf

Convert HTML to PDF with browser rendering.

Parameters:

  • htmlPath (string, optional): Path to HTML file to convert
  • htmlContent (string, optional): HTML content string to convert (alternative to htmlPath)
  • outputPath (string, optional): Output PDF file path (default: auto-generated with timestamp)
  • format (string, optional): Paper format - A4, A3, Letter, Legal, Tabloid (default: A4)
  • landscape (boolean, optional): Use landscape orientation (default: false)
  • printBackground (boolean, optional): Print background graphics (default: true)
  • scale (number, optional): Scale of webpage rendering, 0.1-2 (default: 1)
  • marginTop (string, optional): Top margin (default: 10mm)
  • marginBottom (string, optional): Bottom margin (default: 10mm)
  • marginLeft (string, optional): Left margin (default: 10mm)
  • marginRight (string, optional): Right margin (default: 10mm)
  • displayHeaderFooter (boolean, optional): Display header and footer (default: false)
  • headerTemplate (string, optional): HTML template for header
  • footerTemplate (string, optional): HTML template for footer
  • waitForNetworkIdle (boolean, optional): Wait for network to be idle (default: false)
  • timeout (number, optional): Maximum time to wait in milliseconds (default: 30000)

Example:

{
  "htmlPath": "./sample.html",
  "outputPath": "./output.pdf",
  "format": "A4",
  "printBackground": true,
  "marginTop": "10mm",
  "marginBottom": "10mm"
}

Direct Testing

npx tsx test-conversion.ts

Documentation

Architecture

html2pdf-mcp-server/
├── src/
│   ├── index.ts           # MCP server entry point
│   ├── pdf-converter.ts   # Puppeteer PDF conversion logic
│   └── types.ts           # TypeScript type definitions
├── dist/                  # Compiled JavaScript
├── package.json
├── tsconfig.json
└── README.md

Technical Details

Browser Instance Pooling

The server maintains a reusable browser instance to improve performance for multiple conversion requests. The browser is automatically launched on first use and cleaned up on server shutdown.

Rendering Process

  1. Launch headless Chrome via Puppeteer
  2. Load HTML content (from file or string)
  3. Wait for page load or network idle
  4. Execute any JavaScript on the page
  5. Generate PDF with specified options
  6. Clean up page resources

Error Handling

  • File access validation
  • Timeout handling (default 30s)
  • Browser crash recovery
  • Graceful resource cleanup

Performance Considerations

  • First PDF generation: ~1.5-2s (includes browser launch)
  • Subsequent conversions: ~0.5-1s (reuses browser instance)
  • Memory usage: ~100-200MB per browser instance
  • Recommended for batch processing with the same server instance

Sample Output

Sample files included in the repository:

sample.htmlsample.pdf

Features demonstrated:

  • 📊 Chart.js integration with dynamic data visualization
  • 🇰🇷 Korean + 🇬🇧 English bilingual content
  • ✅ Emoji support (✅ ⚠️ 📈 🎯 💡 etc.)
  • 🎨 Modern CSS styling with gradients and shadows
  • 📱 Responsive tables and grid layouts
  • 💼 Professional business report format

Conversion results:

  • Processing time: 2.3s
  • Output file size: 896.63 KB
  • Format: A4 portrait with 80% scale
  • Full CSS styling and fonts preserved

Requirements

  • Node.js 18+
  • Chrome/Chromium (automatically downloaded by Puppeteer)
  • Korean/CJK Fonts (required for Korean text support)

Installing Korean Fonts

Amazon Linux / RHEL / Fedora

# Korean fonts
sudo yum install -y google-noto-sans-cjk-kr-fonts google-noto-serif-cjk-kr-fonts

# Emoji fonts (optional, recommended)
sudo yum install -y google-noto-emoji-color-fonts google-noto-emoji-fonts

# Update font cache
fc-cache -fv

Ubuntu / Debian

sudo apt-get update
sudo apt-get install -y fonts-noto-cjk fonts-noto-cjk-extra fonts-noto-color-emoji
fc-cache -fv

See REQUIREMENTS.md for complete system requirements and troubleshooting.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选