renderform-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@renderform-mcprender an image from template 'social post' with text 'Hello World'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Install dependencies:
npm installBuild the server:
npm run buildUpdate 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:
Run the server with the inspector:
npm run inspectorOpen the provided URL in your browser to view and debug the MCP requests and responses.
Include the
--api-keyargument.
Learn more
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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