← Index

io.github.TemplateFoxPDF/mcp-server

io.github.TemplateFoxPDF/mcp-server·v1.9.7·Documents & Spreadsheets
Quality Score
85
/100

MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@templatefox/mcp-server"
      ],
      "env": {
        "TEMPLATEFOX_API_KEY": "<your-templatefox_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@templatefox/mcp-server"
      ],
      "env": {
        "TEMPLATEFOX_API_KEY": "<your-templatefox_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @templatefox/mcp-server
§02  Environment variables
TEMPLATEFOX_API_KEY
requiredsecret

Your TemplateFox API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets