Skip to main content
Glama
RenderForm

renderform-mcp

Official
by RenderForm

MCP Server for RenderForm

RenderForm is an API for automatically generating images, PDFs, screenshots and videos from templates.

This is a Model Context Protocol (MCP) server that provides tools for interacting with the RenderForm API.

Features (Tools)

  • Render an image/PDF from a template

  • Create a screenshot of a web page

  • Convert a web page to PDF

  • List render results

  • Get render result details

  • Delete a render result

  • List templates

  • Get template details

  • Delete a template

  • Get organization usage (credits, uploads, plan)

  • List available fonts

Feel free to add more tools by making a pull request or creating a feature request.

Related MCP server: doc-ops-mcp

Installation

To use the MCP server, you'll need an API key. You can create and manage API keys in RenderForm > Settings > API Keys.

To run the server in a client like Claude Desktop, Cursor or Windsurf, add the following to your MCP config:

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

Replace RENDERFORM_API_KEY with your API key.

For detailed setup guides, see:

Development

  1. Install dependencies:

    npm install
  2. Build the server:

    npm run build
  3. Update client to use the local build:

    {
      "servers": {
        "renderform": {
          "command": "node",
          "args": ["path/to/renderform-mcp/build/index.js"],
          "env": {
            "RENDERFORM_API_KEY": "your_api_key"
          }
        }
      }
    }

Debugging

To debug the MCP server, you can use the MCP Inspector tool:

  1. Run the server with the inspector:

    npm run inspector
  2. Open the provided URL in your browser to view and debug the MCP requests and responses.

  3. Include the --api-key argument.

Learn more

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RenderForm/renderform-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server