TemplateFox
Generate PDF documents with TemplateFox
Ads
Overview
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. 1. Node.js 18+ installed on your machine (for npx) 2. A TemplateFox API key — get one from your Dashboard (starts with sk_) Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Installation
npx -y @templatefox/mcp-server
Configuration
{
"mcpServers": {
"templatefox": {
"command": "npx",
"args": [
"-y",
"@templatefox/mcp-server"
],
"env": {
"TEMPLATEFOX_API_KEY": "sk_your_api_key_here"
}
}
}
}Capabilities
- Discover templates and their fields
Use `list_templates` to see available PDFs and `get_template_fields` to learn what data a specific template expects.
- Generate PDFs from templates
Ask to create a PDF like an invoice or certificate with dynamic data via `generate_pdf`, costing 1 credit per document.
- Queue background PDF jobs
Request batch or large PDF generation asynchronously with `generate_pdf_async`, optionally with a webhook callback.
- Track PDF job status
Check on async generation progress with `get_pdf_job_status` or review all recent jobs via `list_pdf_jobs`.
- Monitor account credits
Ask about remaining credits with `get_account_info` or review usage history through `list_transactions`.
Tags
- document
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.