mcp-render

korals-ai/mcp-render
★ 0 stars Python AI/LLM Updated 3d ago
MCP server that renders HTML and CSS to paginated PDF via WeasyPrint
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-render": {
      "command": "uvx",
      "args": [
        "mcp-render"
      ]
    }
  }
}

Or install with pip: pip install mcp-render

README Excerpt

HTML to PDF with WeasyPrint. An [MCP](https://modelcontextprotocol.io) server speaking Streamable HTTP: run it in a container, point your agent at `http://localhost:8095/mcp`. HTML (with CSS, including print stylesheets and page rules) rendered to PDF via WeasyPrint. Useful when an agent has authored a document as markup and needs a paginated artifact.

Tools (1)

render_html_to_pdf

Topics

ai-agentshtml-to-pdfmcpmcp-serverpdfweasyprint