Filetopdf MCP vs Deckrun MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Filetopdf MCP vs Deckrun MCP
In-depth architectural comparison of the Filetopdf MCP and Deckrun 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
Filetopdf MCP
Multimedia Process · Local stdio
Quality: 57/100 (Good) | Auth: API Key required
Deckrun MCP
Multimedia Process · Local stdio
Quality: 56/100 (Good) | Auth: API Key required
Verdict Summary: Choose Filetopdf MCP if you need specialized Multimedia Process tools running via a local process. Choose Deckrun MCP if your workspace requires Multimedia Process integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Filetopdf MCP when:
You need dedicated capabilities in the Multimedia Process domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Freemium).
You have access to required keys: FILETOPDF_API_KEY.
Convert files (DOCX, XLSX, PPTX, images…), HTML, and Markdown to pixel-perfect PDFs via the FileToPDF API. Returns the PDF as an embedded resource or saves it to disk. Runs via npx filetopdf-mcp or a hosted Streamable HTTP endpoint; free API key in one click.
Generate presentation PDFs, narrated videos, and MP3 audio from Markdown. Free tier requires no API key or local install — add a URL to your IDE config and start generating. Paid tier adds video, audio, async jobs, and account tools.
Category & Scope
Tools & Capabilities Breakdown
Filetopdf MCP Tools (4)
get_account
Check the FileToPDF connection and return the plan, remaining conversion credits, and subscription status. Free — never costs credits. Call it to verify the API key works, or after a failed conversion to see whether credits ran out. No API key yet? Anyone can get one free, in one click, at https://filetopdf.dev (10 free conversions, no signup).
convert_file
Convert a document at a public URL into a PDF. Handles Office documents (DOCX, XLSX, PPTX, ODT, RTF, TXT, CSV…), images (PNG, JPG, WebP…), web pages/HTML files, Markdown files, and existing PDFs (passthrough) — the conversion engine is auto-detected from the file extension. Use this when the source lives at a URL; for raw HTML or Markdown strings use convert_html / convert_markdown instead. Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.
convert_html
Render a raw HTML string into a pixel-perfect PDF with a real Chromium engine — ideal for generating invoices, reports, receipts, certificates, letters, and other documents from templates. Optional css is injected into the document <head>; full layout control via paper size, margins, landscape, scale, page ranges, background printing, PDF/A archival conformance, and password protection. Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.
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).
Filetopdf MCP is categorized under Multimedia Process and uses a local stdio subprocess. In contrast, Deckrun MCP belongs to Multimedia Process using local stdio subprocess. Select Filetopdf MCP when you need capabilities focused on multimedia process and Deckrun MCP when you require tools for multimedia process.
Render a Markdown string into a clean, professional PDF — the fastest way to turn notes, reports, documentation, summaries, or any agent-written text into a shareable document. A sensible default stylesheet is applied when no css is given; pass custom CSS to fully control typography and branding, plus layout options (paper size, margins, landscape, page ranges, PDF/A, passwords). Returns the PDF as an embedded application/pdf resource (optionally also written to disk via save_path). Costs 1 credit on success; failed conversions are free.
Deckrun MCP Tools (9)
get_slide_format
Fetch the live slide format spec — layout tags, syntax rules, example Markdown
generate_slide_deck
Convert Deckrun Markdown → PDF. Returns a public URL (90-day expiry)