In-depth architectural comparison of the Rendoc MCP Server and Reportflow MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Rendoc MCP Server
Workplace & Productivity · Local stdio
Quality: 55/100 (Good) | Auth: No auth required
Reportflow MCP
Workplace & Productivity · Local stdio
Quality: 57/100 (Good) | Auth: OAuth 2.0
Verdict Summary: Choose Rendoc MCP Server if you need specialized Workplace & Productivity tools running via a local process. Choose Reportflow MCP if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Rendoc MCP Server when:
You need dedicated capabilities in the Workplace & Productivity domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the rendoc API. 7 tools for document generation, template management, and usage tracking.
Generate PDF reports (invoices, contracts, statements) from ReportFlow templates. 9 tools, 4 resources, 3 prompt recipes. OAuth2 + PKCE for first-run auth; supports single PDF and batch (ZIP) generation. npx -y reportflow-mcp
Category & Scope
Tools & Capabilities Breakdown
Rendoc MCP Server Tools (7)
generate_document
Generate a PDF from a template or inline markup
list_templates
List available document templates
preview_template
Inspect a template's markup, styles, and schema
create_template
Create a new reusable template
delete_template
Delete a template by ID
get_document
Get details of a generated document
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Rendoc MCP Server is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Reportflow MCP belongs to Workplace & Productivity using local stdio subprocess. Select Rendoc MCP Server when you need capabilities focused on workplace & productivity and Reportflow MCP when you require tools for workplace & productivity.
Generate one PDF (sync returns path; async returns request ID)
generate_pdfs_sync
Generate many PDFs (returns a ZIP)
download_file
Download artifacts produced by async tools
suggest_params
Translate a natural-language brief into a `params` JSON via MCP Sampling (requires a Sampling-capable client)
search
ChatGPT connector convention tools (single string argument), **closed-world** (`openWorldHint: false`) — they only read your own workspace's internal template catalog, never the web. `search` resolves templates by name; `fetch` returns a template's parameter schema by id. Thin wrappers over `list_t…
search_gallery_templates
Search the **public template gallery** (no auth needed) by keyword/category. Returns candidate templates that are *not yet* in your workspace — their `slug` cannot be used for PDF generation until copied.
get_gallery_template
Fetch full details of one public gallery template by `slug` (no auth needed)
copy_gallery_template
Write tool.** Copy a gallery template into the workspace you authorized (the target workspace is fixed by your access token and cannot be passed as an argument). Returns `designId` + `version` ready for `get_design_parameters` / `generate_pdf_sync`. Each call creates a new design — it never reuses…