Generate images, GIFs, and PDFs from HTML, URLs, or templates β from your AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP (Model Context Protocol) server for Pictify β generate images, GIFs, videos, and PDFs from AI agents like Claude, Cursor, and Windsurf.
One-line install. No code required. Ask your AI assistant to create OG images, social media cards, screenshots, animated GIFs, PDF invoices, certificates, and more β all from natural language.
Works with Claude (claude.ai + Claude Code + Claude Desktop), Cursor, Windsurf, and any MCP-compatible client.
Get your API key:
Use the hosted remote server β no install needed:
https://mcp.pictify.iopictifyAdd to your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonRestart Claude Desktop after saving.
Add to Cursor's MCP settings (Settings > MCP Servers):
Add to Windsurf's MCP settings:
Try these prompts after connecting:
Create a social media card:
"Create a Twitter card image for my blog post titled 'Getting Started with MCP' with a blue gradient background, 1200x630."
Screenshot a website:
"Take a screenshot of stripe.com at 1440x900."
Render a template:
"List my templates and render the blog-header template with title 'Hello World'."
Batch generate images:
"Use my team-badge template to generate images for these 10 team members: ..."
Create a PDF invoice:
"Render my invoice template as a PDF with company name 'Acme Inc', amount '$1,500', and date 'March 2026'."
| Tool | Description |
|---|---|
pictify_create_image | Generate an image from HTML/CSS, a URL screenshot, or a template |
pictify_create_canvas_image | Generate an image from FabricJS canvas JSON data |
pictify_list_images | List previously generated images |
pictify_get_image | Get details of a specific image by ID |
| Tool | Description |
|---|---|
pictify_create_gif | Create animated GIF from HTML with CSS animations |
pictify_capture_gif | Record a GIF from a live web page over time |
pictify_list_gifs | List previously generated GIFs |
pictify_get_gif | Get details of a specific GIF by ID |
| Tool | Description |
|---|---|
pictify_render_pdf | Generate single-page PDF from a template |
pictify_render_multi_page_pdf | Generate multi-page PDF from a template |
pictify_list_pdf_presets | List available PDF page size presets |
| Tool | Description |
|---|---|
pictify_list_templates | List saved templates with filtering and pagination |
pictify_get_template | Get template details |
pictify_get_template_variables | Get template variable definitions and types |
pictify_render_template | Render a template with variables (supports layout variants) |
pictify_create_template | Create a new template (HTML or FabricJS) |
pictify_update_template | Update an existing template |
pictify_delete_template | Delete a template |
| Tool | Description |
|---|---|
pictify_batch_render | Start batch render job (up to 100 items, async) |
pictify_get_batch_results | Check batch job status and get result URLs |
pictify_cancel_batch | Cancel a running batch job |
| Variable | Description | Default |
|---|---|---|
PICTIFY_API_KEY | Your Pictify API key (required for stdio mode) | β |
PICTIFY_BASE_URL | Custom API base URL | https://api.pictify.io |
PICTIFY_DEBUG | Enable verbose logging to stderr | false |
PICTIFY_MCP_SOURCE | Slug identifying where this MCP server was installed from (e.g. mcp.so, glama, smithery, claude_desktop_gallery, github). Sent as X-Pictify-MCP-Source on every API call so Pictify can attribute installs by directory. | unknown |
When you submit @pictify/mcp-server to an MCP directory, set
PICTIFY_MCP_SOURCE in the install snippet so we can attribute signups
to that listing. Example for the mcp.so directory entry:
For the hosted remote (https://mcp.pictify.io), pass the slug as a
query param on the connector URL instead β the server persists it on
the OAuth session:
Accepted slugs: lowercase letters, digits, ., -, _, up to 64
characters. Anything else is dropped to unknown.
Test with MCP Inspector:
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-315)<a href="https://allmcps.com/mcp/mcp-315"><img src="https://allmcps.com/api/badge/mcp-315?style=directory" alt="Pictify IO MCP on AllMCPs" /></a>