formfeed
OfficialRelated Servers
Alternatives to formfeed
No user-submitted related servers found.
Related Servers
AlicenseAqualityBmaintenanceRenders PDFs from HTML templates or saved templates and spreadsheet data, with batch job support and document retrieval.643 npm1MIT- AlicenseNot gradedqualityDmaintenanceEnables PDF and image generation from templates, JSON, HTML, or URLs through the PDF Gen Studio API. Supports rendering, template management, and multiple output formats.8 npm1MIT

DocuQueue MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables creating professional documents (invoices, contracts, certificates, proposals, reports) via the DocuQueue API, with tools for template management, filling, previewing, and PDF generation.1MIT- AlicenseNot gradedqualityDmaintenanceEnables Word document generation from templates using Jinja2 syntax and parsing of DOCX, PDF, and Excel files to extract structured content, metadata, and text.4 npm1MIT

docjet-mcpofficial
AlicenseAqualityCmaintenanceRender branded PDF documents (invoices, reports, certificates) and PNG social images directly from any MCP client using DocJet templates or raw HTML with JSON data.331 npmMIT- AlicenseAqualityAmaintenanceMCP server for Office documents — create, edit, fill templates, convert, and extract Word/Excel/PowerPoint. LaTeX-style markup, math formulas, PDF export, template loops, and document diff. stdio / SSE / Streamable HTTP with auth and rate limiting.12Apache 2.0
TDQS
Scored across 6 tools
Each tool addresses a distinct stage in the document generation workflow: listing templates, inspecting schemas, validating, rendering, converting, and retrieving results. Even validate_template and render are clearly separated by purpose—one checks without producing output, the other produces a downloadable render.
Tool names mostly follow a clear verb_noun pattern like list_templates, get_template_schema, validate_template, and get_render. The bare verb 'render' is a minor deviation since it omits an explicit object, but the overall naming remains predictable and readable.
Six tools is a well-scoped count for a document rendering and conversion server. Each tool serves a necessary function in the workflow without redundancy or bloat.
The tool surface covers the full lifecycle: discover available templates, understand their required data schema, validate before rendering, render to multiple formats, convert outputs to PDF, and check render status or retrieve results. No obvious gaps exist for the server's stated purpose.