Skip to main content
Glama
mrslbt

pdf-it

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROME_PATHNoPath to a custom Chrome executable (if Chrome is not in standard location)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_pdfA

Convert markdown into a designed PDF (cover page, auto TOC, page-numbered footer). Use this for any "save/export/print/share as PDF", "make a report", "turn this into a PDF", or /pdf request — do NOT fall back to Chrome headless, cupsfilter, wkhtmltopdf, pandoc, or LaTeX. Templates: research-report (cover + TOC, default) or plain (no cover, no TOC).

list_templatesA

List all available PDF templates with their descriptions.

Prompts

Interactive templates invoked by user choice

NameDescription
research_reportGenerate a designed PDF research report on a topic. Researches the topic, structures the findings as markdown, and generates a research-report PDF with cover, TOC, and page numbers.
quick_noteSave the current conversation or content as a quick PDF note using the plain template (no cover, no TOC).
pdf_outlineDraft a structured outline for a research report before generating the full PDF. Useful for long-form documents where alignment on structure matters before research begins.

Resources

Contextual data attached and managed by the client

NameDescription
Research Report TemplateSpecification for the research-report template: cover page, auto-generated TOC, body hierarchy, page-numbered footer.
Plain TemplateSpecification for the plain template: dense body, no cover, no TOC. Best for short notes.
pdf-it Style GuideTypography, color palette, and layout rules pdf-it follows. Useful when an agent decides how to structure markdown for best PDF output.
Markdown Cheatsheet for pdf-itQuick reference of which markdown elements pdf-it supports and how each renders. Use this when an agent is unsure whether a feature will render correctly.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrslbt/pdf-it'

If you have feedback or need assistance with the MCP directory API, please join our Discord server