TemplateFox MCP Server
OfficialTemplateFox MCP Server
MCP-Server (Model Context Protocol) für die TemplateFox PDF-Generierungs-API. Generieren Sie PDFs direkt aus Templates über KI-Assistenten wie Claude, Cursor und Windsurf.
Installation
Claude Desktop
Fügen Sie in der Konfigurationsdatei von Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json auf macOS) Folgendes hinzu:
{
"mcpServers": {
"templatefox": {
"command": "npx",
"args": ["-y", "@templatefox/mcp-server"],
"env": {
"TEMPLATEFOX_API_KEY": "sk_your_api_key_here"
}
}
}
}Claude Code
claude mcp add templatefox -- npx -y @templatefox/mcp-serverSetzen Sie anschließend die Umgebungsvariable TEMPLATEFOX_API_KEY in Ihrer Shell.
Cursor / Windsurf
Verwenden Sie denselben Befehl npx -y @templatefox/mcp-server in Ihrer MCP-Server-Konfiguration, mit TEMPLATEFOX_API_KEY in der Umgebung.
Globale Installation (Alternative)
npm install -g @templatefox/mcp-serverVerwenden Sie dann templatefox-mcp-server als Befehl anstelle von npx.
Related MCP server: @docujson/mcp
Konfiguration
Umgebungsvariable | Erforderlich | Beschreibung |
| Ja | Ihr API-Schlüssel (beginnt mit |
| Nein | API-Basis-URL überschreiben (Standard: |
Verfügbare Tools
Tool | Beschreibung |
| Generiert ein PDF aus einem Template mit dynamischen Daten (1 Credit) |
| Stellt die asynchrone PDF-Generierung mit optionalem Webhook in die Warteschlange (1 Credit) |
| Prüft den Status eines asynchronen PDF-Jobs |
| Listet asynchrone PDF-Jobs auf |
| Listet alle verfügbaren Templates auf |
| Ruft die Felder/Variablen für ein Template ab |
| Prüft verbleibende Credits und Kontoinformationen |
| Zeigt den Credit-Transaktionsverlauf an |
Remote-Server (HTTP)
Der MCP-Server unterstützt außerdem den HTTP-Transport per Streamable HTTP und ist für Remote- und Cloud-Bereitstellungen geeignet.
Verbindung über URL
https://mcp-server-599407781746.us-central1.run.app/mcpMCP-Clients müssen den API-Schlüssel über einen HTTP-Header übergeben:
Authorization: Bearer sk_your_api_key_hereoder:
x-api-key: sk_your_api_key_hereSelf-Hosting
Starten Sie den Server im HTTP-Modus, indem Sie die Umgebungsvariable PORT setzen:
PORT=8080 TEMPLATEFOX_API_KEY=sk_your_key node dist/index.jsOder mit Docker:
docker build -t templatefox-mcp .
docker run -p 8080:8080 templatefox-mcpDer MCP-Endpunkt ist unter http://localhost:8080/mcp und ein Healthcheck unter http://localhost:8080/health verfügbar.
Beispielverwendung
Sobald die Konfiguration abgeschlossen ist, können Sie Ihren KI-Assistenten bitten:
„Listen Sie meine PDF-Templates auf und erzeugen Sie eine Rechnung mit dem Rechnungs-Template mit dem Kundennamen ‚John Doe‘ und dem Betrag 150.00.“
Der Assistent führt dann die folgenden Schritte aus:
list_templatesaufrufen, um verfügbare Templates zu findenget_template_fieldsaufrufen, um die erforderlichen Felder zu ermittelngenerate_pdfmit der Template-ID und den Daten aufrufenDie PDF-Download-URL zurückgeben
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.1161MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to DocuJSON for PDF generation, template management, and API operations via natural language. It enables tasks like creating invoices, managing templates, and viewing usage stats through MCP-compatible tools.13MIT
- AlicenseBqualityDmaintenanceEnables PDF manipulation including text, images, annotations, form fields, page operations, and metadata through natural language.16MIT

mcp-server-pdfnoodleofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to generate PDF documents from templates or raw HTML using natural language, with tools for template creation, PDF generation, and utility operations.191MIT
Related MCP Connectors
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Generate PDF reports from Re:port Flow templates via Claude and other AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TemplateFoxPDF/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server