MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Workplace & Productivity/TemplateFox
Workplace & ProductivityOfficial
T

TemplateFox

Generate PDF documents with TemplateFox

0 starsUpdated Aug 28, 2026

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
  • pdf
  • productivity

Related MCP servers

C

Cua

Official

MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.

21.9kWorkplace & ProductivityUpdated Today
N

Notion MCP

Official

Official Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.

4.6kWorkplace & ProductivityUpdated Jul 25, 2026

Notion MCP Server

Search pages, read blocks, and create content in Notion workspaces.

3.9kWorkplace & ProductivityUpdated 3 days ago
L

Laravel Boost

Official

Laravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.

3.6kWorkplace & ProductivityUpdated Today