← Back to Plugins
MCP Server MCP

MochiPDF

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mochipdf.com/mcp",
      "headers": [
        {
          "description": "Your MochiPDF API key.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...