
Rendrkit
@vbiff
关于 Rendrkit
Design API for AI Agents. Generate social media images, marketing banners, infographics, and documents from text prompts or structured data. 50+ templates, 5 sizes, Unsplash/Pexels photos. One API call - any visual.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rendrkit": {
"command": "npx",
"args": [
"-y",
"@rendrkit/mcp@latest"
],
"env": {
"RENDRKIT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Rendrkit?
Rendrkit is an MCP (Model Context Protocol) server that lets AI assistants like Claude Desktop, Cursor, and Windsurf generate professionally designed images via the RendrKit API.
How to use Rendrkit?
Install and configure by adding a JSON entry to the MCP config file of your AI assistant (e.g., Claude Desktop, Cursor, or Windsurf), setting the command to npx -y @rendrkit/mcp and providing the RENDRKIT_API_KEY environment variable. Once configured, the assistant can call the server’s tools to generate, retrieve, and manage images.
Key features of Rendrkit
generate_image: create a designed image from a text prompt.- Multiple image sizes, e.g.,
1080x1080,1200x628,1280x720. - Six visual styles:
modern,playful,corporate,dark,minimal,bold. - Optional brand kit ID for consistent branding (colors, fonts, logos).
get_image: retrieve details of a previously generated image.list_brand_kits: list all saved brand kits.get_usage: check monthly usage statistics and plan limits.
Use cases of Rendrkit
- Generate social media posts and banners.
- Create Open Graph (OG) images and thumbnails.
- Produce visually consistent marketing materials using brand kits.
- Automate image creation within AI‑powered development and content workflows.
FAQ from Rendrkit
What API key is required?
The RENDRKIT_API_KEY environment variable is required. It must start with rk_ (e.g., rk_your_api_key_here).
Can I specify the image size and style?
Yes. The size and style parameters are optional. Size accepts dimensions like 1080x1080, and style accepts one of: modern, playful, corporate, dark, minimal, bold.
How can I use my own brand assets?
Pass a brand_kit_id to the generate_image tool. The brand kit defines colors, fonts, and logos for consistent image generation.
How do I check my current usage?
Use the get_usage tool with no parameters. It returns images generated this month and plan limits.
Is the API base URL configurable?
Yes. The optional RENDRKIT_BASE_URL environment variable defaults to https://api.rendrkit.dev and can be changed for self‑hosted or development setups.
媒体与设计 分类下的更多 MCP 服务器
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor

Google Maps
modelcontextprotocolModel Context Protocol Servers
评论