Loading MCP server directory, please wait...
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
npx @getmcp/cli add dev.filetopdf/filetopdf-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FILETOPDF_API_KEYYour FileToPDF API key (sk_live_...). Get one free in one click at https://filetopdf.dev.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.filetopdf/filetopdf-mcp": {
"command": "npx",
"args": [
"-y",
"filetopdf-mcp"
],
"env": {
"FILETOPDF_API_KEY": ""
}
}
}
}