TemplateFox MCP Server
OfficialTemplateFox MCP Server
TemplateFox PDF 생성 API용 MCP(Model Context Protocol) 서버입니다. Claude, Cursor, Windsurf와 같은 AI 어시스턴트를 통해 템플릿에서 PDF를 직접 생성할 수 있습니다.
설치
Claude Desktop
Claude Desktop 설정(macOS의 ~/Library/Application Support/Claude/claude_desktop_config.json`)에 추가하세요:
{
"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-server그런 다음 셸에 환경 변수 TEMPLATEFOX_API_KEY를 설정하세요.
Cursor / Windsurf
MCP 서버 구성에 동일한 npx -y @templatefox/mcp-server 명령을 사용하고, 환경에 TEMPLATEFOX_API_KEY를 설정하세요.
전역 설치(대안)
npm install -g @templatefox/mcp-server그런 다음 npx 대신 templatefox-mcp-server 명령을 사용하세요.
Related MCP server: @docujson/mcp
구성
환경 변수 | 필수 | 설명 |
| 예 | API 키( |
| 아니요 | API 기본 URL 재정의(기본값: |
사용 가능한 도구
도구 | 설명 |
| 동적 데이터로 템플릿에서 PDF 생성(1크레딧) |
| 선택적 웹훅과 함께 비동기 PDF 생성 대기열에 추가(1크레딧) |
| 비동기 PDF 작업 상태 확인 |
| 비동기 PDF 생성 작업 목록 |
| 사용 가능한 모든 템플릿 목록 |
| 템플릿의 필드/변수 가져오기 |
| 남은 크레딧 및 계정 정보 확인 |
| 크레딧 거래 내역 보기 |
원격 서버(HTTP)
MCP 서버는 원격 및 클라우드 배포에 적합한 Streamable HTTP를 통한 HTTP 전송도 지원합니다.
URL로 연결
https://mcp-server-599407781746.us-central1.run.app/mcpMCP 클라이언트는 HTTP 헤더를 통해 API 키를 전달해야 합니다:
Authorization: Bearer sk_your_api_key_here또는:
x-api-key: sk_your_api_key_here자체 호스팅
PORT 환경 변수를 설정하여 HTTP 모드로 서버를 실행하세요:
PORT=8080 TEMPLATEFOX_API_KEY=sk_your_key node dist/index.js또는 Docker 사용:
docker build -t templatefox-mcp .
docker run -p 8080:8080 templatefox-mcpMCP 엔드포인트는 http://localhost:8080/mcp에서, 상태 확인은 http://localhost:8080/health에서 사용할 수 있습니다.
사용 예시
구성이 완료되면 AI 어시스턴트에게 다음과 같이 요청할 수 있습니다:
"내 PDF 템플릿을 나열하고, 고객 이름 'John Doe'와 금액 150.00으로 Invoice Template을 사용해 인보이스를 생성해줘"
어시스턴트는 다음을 수행합니다:
list_templates를 호출하여 사용 가능한 템플릿 찾기get_template_fields를 호출하여 필수 필드 확인템플릿 ID와 데이터로
generate_pdf호출PDF 다운로드 URL 반환
링크
라이선스
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