Skip to content
VS Code

MochiPDF for VS Code

io.github.cbolgiano/mochipdf

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

client:VS Code transport:streamable-http

Install MochiPDF in VS Code

.vscode/mcp.json

{
  "servers": {
    "mochipdf": {
      "type": "http",
      "url": "https://mochipdf.com/mcp"
    }
  }
}

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

MochiPDF in other clients