TemplateFox MCP Server
OfficialTemplateFox MCP サーバー
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クレジット) |
| オプションのwebhook付きで非同期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テンプレートを一覧表示して、Invoice Templateを使って顧客名「John Doe」、金額150.00の請求書を生成してください」
アシスタントは次の手順を実行します:
list_templatesを呼び出して利用可能なテンプレートを検索get_template_fieldsを呼び出して必須フィールドを確認generate_pdfをテンプレートIDとデータとともに呼び出し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