Home › Design & Media › FileToPDF
FileToPDF
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
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-keyrequired secret — Your FileToPDF API key (sk_live_...). Get one free in one click at https://filetopdf.dev.
Package (npm 0.1.1)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"filetopdf-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"FILETOPDF_API_KEY": "<YOUR_VALUE>"
}
}
}
}
FILETOPDF_API_KEYrequired secret — Your FileToPDF API key (sk_live_...). Get one free in one click at https://filetopdf.dev.
Related servers
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Pixelle-MCP
An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for…
FableCut
Zero-dependency browser video editor AI agents drive via a JSON timeline over MCP; ffmpeg export.
imagesorcery-mcp
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
guaardvark
Self-hosted AI studio exposing its local image, video, music-video and Film Crew generation, upscaling, RAG and code intelligence as MCP…
gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry