cerase-deck-renderer-mcp

cerase-ai/cerase-deck-renderer-mcp
★ 0 stars Python Browser/Web Updated today
MCP server: render md2-flavoured markdown into a presentation PDF via md2-presenter + headless Chromium. One container, one tool: render(markdown) → base64 PDF. Part of the Cerase ecosystem.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cerase-deck-renderer": {
      "command": "uvx",
      "args": [
        "cerase-deck-renderer-mcp"
      ]
    }
  }
}

Or install with pip: pip install cerase-deck-renderer-mcp

README Excerpt

MCP server that renders md2-flavoured markdown into a PDF deck using Chromium. This directory is the canonical source inside the [Cerase repo](https://github.com/cerase-ai/cerase). The public mirror lives at for standalone use by anyone building an agent that needs deck rendering. From the Cerase repo root: