HomeDesign & Media › FileToPDF

FileToPDF

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

TypeScript Cloud macOSWindowsLinux Remote
★ 2 stars Last pushed 2026-06-10 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.filetopdf.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http filetopdf-mcp https://api.filetopdf.dev/mcp --header "x-api-key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "filetopdf-mcp": {
      "url": "https://api.filetopdf.dev/mcp",
      "headers": {
        "x-api-key": "<YOUR_VALUE>"
      }
    }
  }
}
  • x-api-key required secret — Your FileToPDF API key (sk_live_...). Get one free in one click at https://filetopdf.dev.

Package (npm 0.1.1)

npx -y filetopdf-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "filetopdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "filetopdf-mcp@0.1.1"
      ],
      "env": {
        "FILETOPDF_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FILETOPDF_API_KEY required secret — Your FileToPDF API key (sk_live_...). Get one free in one click at https://filetopdf.dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry