Skip to content
VS Code

FileToPDF for VS Code

dev.filetopdf/filetopdf-mcp

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

client:VS Code transport:streamable-http runtime:npm tools:4

Install FileToPDF in VS Code

.vscode/mcp.json

{
  "servers": {
    "filetopdf-mcp": {
      "type": "http",
      "url": "https://api.filetopdf.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

FileToPDF in other clients