MCP Server

1 min readJuly 17, 2026

RenderForm provides an official Model Context Protocol (MCP) server that lets AI assistants such as Claude Desktop, Cursor, Windsurf, and GitHub Copilot call the RenderForm API directly from a chat conversation - no code required.

The source code and full documentation are available on GitHub:

Available tools

Once connected, your AI assistant can:

  • Render an image/PDF from a template
  • Create a screenshot of a web page
  • Convert a web page to PDF
  • List render results and get render result details
  • Delete a render result
  • List templates and get template details
  • Delete a template
  • Get organization usage (credits, uploads, plan)
  • List available fonts

Installation

You'll need a RenderForm API Key, available in Account > API Keys.

Add the following to your MCP client configuration:

{
  "servers": {
    "renderform": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "renderform-mcp", "--api-key=RENDERFORM_API_KEY"]
    }
  }
}

Replace RENDERFORM_API_KEY with your API key.

For client-specific setup instructions, see: