TemplateFox MCP Server
OfficialTemplateFox MCP Server
Servidor MCP (Model Context Protocol) para la API de generación de PDF de TemplateFox. Genera PDFs a partir de plantillas directamente a través de asistentes de IA como Claude, Cursor y Windsurf.
Instalación
Claude Desktop
Añade a tu configuración de Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json en macOS):
{
"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-serverLuego establece la variable de entorno TEMPLATEFOX_API_KEY en tu shell.
Cursor / Windsurf
Usa el mismo comando npx -y @templatefox/mcp-server en tu configuración del servidor MCP, con TEMPLATEFOX_API_KEY en el entorno.
Instalación global (alternativa)
npm install -g @templatefox/mcp-serverLuego usa templatefox-mcp-server como comando en lugar de npx.
Related MCP server: @docujson/mcp
Configuración
Variable de entorno | Requerida | Descripción |
| Sí | Tu clave de API (empieza con |
| No | Anula la URL base de la API (por defecto: |
Herramientas disponibles
Herramienta | Descripción |
| Genera un PDF a partir de una plantilla con datos dinámicos (1 crédito) |
| Encola la generación asíncrona de PDF con webhook opcional (1 crédito) |
| Consulta el estado de un trabajo de PDF asíncrono |
| Lista los trabajos de generación de PDF asíncronos |
| Lista todas las plantillas disponibles |
| Obtén los campos/variables de una plantilla |
| Consulta los créditos restantes y la información de la cuenta |
| Ver el historial de transacciones de créditos |
Servidor remoto (HTTP)
El servidor MCP también admite transporte HTTP a través de Streamable HTTP, adecuado para despliegues remotos y en la nube.
Conectar mediante URL
https://mcp-server-599407781746.us-central1.run.app/mcpLos clientes MCP deben pasar la clave de API a través del encabezado HTTP:
Authorization: Bearer sk_your_api_key_hereo:
x-api-key: sk_your_api_key_hereAutohospedaje
Ejecuta el servidor en modo HTTP configurando la variable de entorno PORT:
PORT=8080 TEMPLATEFOX_API_KEY=sk_your_key node dist/index.jsO con Docker:
docker build -t templatefox-mcp .
docker run -p 8080:8080 templatefox-mcpEl endpoint MCP está disponible en http://localhost:8080/mcp y una verificación de salud en http://localhost:8080/health.
Ejemplo de uso
Una vez configurado, puedes pedirle a tu asistente de IA:
"Lista mis plantillas de PDF y genera una factura usando la Plantilla de Factura con el nombre del cliente 'John Doe' y el importe 150.00"
El asistente hará lo siguiente:
Llamará a
list_templatespara encontrar las plantillas disponiblesLlamará a
get_template_fieldspara descubrir los campos requeridosLlamará a
generate_pdfcon el ID de la plantilla y los datosDevolverá la URL de descarga del PDF
Enlaces
Licencia
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