TemplateFox
About
Generate PDF documents with TemplateFox
Details
- Author
- Unknown
- Categories
- Productivity, Other
Jump to
MCP (Model Context Protocol)is an open standard that lets AI assistants discover and use external tools. The TemplateFox MCP server gives your AI assistant 8 tools to generate PDFs, manage templates, and check credits — all from natural language.
- Node.js 18+installed on your machine (fornpx)
- ATemplateFox API key— get one from yourDashboard(starts withsk_)
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS,%APPDATA%\Claude\claude_desktop_config.jsonon Windows):
{ "mcpServers": { "templatefox": { "command": "npx", "args": ["-y", "@templatefox/mcp-server"], "env": { "TEMPLATEFOX_API_KEY": "sk_your_api_key_here" } } } }
Restart Claude Desktop after saving the file.
claude mcp add templatefox -- npx -y @templatefox/mcp-server
Then set theTEMPLATEFOX_API_KEYenvironment variable in your shell:
export TEMPLATEFOX_API_KEY="sk_your_api_key_here"
Use the same npx command in your MCP server configuration:
SetTEMPLATEFOX_API_KEYin the environment variables.
Then usetemplatefox-mcp-serveras the command instead ofnpx.
After installation, ask your AI assistant:
If the MCP server is configured correctly, the assistant will calllist_templatesand return your template list. If you see an error, check theTroubleshootingsection below.
The MCP server exposes 8 tools that your AI assistant can call:
Generate a PDF from a template with dynamic data. Costs 1 credit per PDF.
“Generate an invoice for John Doe, total $250, using my Invoice template”
“Create a certificate of completion for Jane Smith, course: Advanced React”
Queue async PDF generation with an optional webhook callback. Useful for large or batch jobs. Costs 1 credit per PDF.
“Generate 10 certificates in the background and notify me when done”
Discover all available PDF templates in your account.
Get the fields and variables for a specific template. Useful to understand what data a template expects before generating.
“What fields does my Invoice template need?“
Check the status of an async PDF generation job.
List all async PDF generation jobs and their statuses.
Check remaining credits and account information.
Ask your AI assistant to generate one PDF with specific data. The assistant discovers the template, checks the required fields, and generates the PDF in one flow:
“Generate a packing slip for order #1234, customer John Doe, 3x Widget Blue and 1x Gadget Pro”
Ask about your templates first, then generate once you know what’s available:
“List my templates, then show me the fields for the Receipt template”
Monitor your usage without leaving your AI assistant:
“How many credits do I have left? Show me my recent transactions”
A hosted HTTP MCP endpoint athttps://api.templatefox.com/mcpis coming soon. This will let you connect without installing anything locally — just point your MCP client to the URL.
”MCP server not found” or connection errors
- Make sure Node.js 18+ is installed: runnode --version
- Check that thenpxcommand works: runnpx -y @templatefox/mcp-server --help
- Restart your AI assistant after updating the configuration
”Invalid API key” or authentication errors
- Verify your API key starts withsk_and is not expired
- Check the key in yourDashboard
- Make sureTEMPLATEFOX_API_KEYis set in the correct environment (not just your shell, but the MCP server config)
- Some clients cache MCP tool lists — restart the client
- Check if other MCP servers are working to rule out a client-level issue
- Get Started in 5 Minutes— Create your first template
- Data Binding— Learn how to pass dynamic data
- API Reference— Full endpoint documentation
Universal document generation and conversion MCP. Generate PDF/DOCX/XLSX from templates+JSON (invoices, contracts, reports), batch generation, 100+ format conversions.
Generates professional PDF cover letters using LaTeX. Requires Docker for local execution.
A server for reading and converting documents between PDF, DOCX, and Markdown formats using marker-pdf and pandoc.
Search, cite, and read PDFs from your EndNote reference library directly in Claude Desktop
Create professional PDF invoices using natural language.
Create PDFs without leaving your workflow. Perfect for documentation, reports, and creative projects. Productive PDF generation with full Unicode and emoji support.
Generate PDF's such as invoices,receipts,documents, letters, proposals using natural language and get a link to view/edit/share your pdf.
A server for manipulating PDF files, including merging, page extraction, and searching.
Generates professional PDF resumes using LaTeX templates.
A document authoring and composition server for creating PDFs from LaTeX and Markdown, supporting collaborative editing and project-based workflows.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




