The Pictify MCP Server enables AI agents to programmatically generate images, animated GIFs, and PDFs, manage reusable templates, run batch operations, and conduct A/B experiments on image variants.
Image Generation
Create static images (PNG, JPEG, WebP) from HTML/CSS, URL screenshots, FabricJS canvas data, or saved templates
List and retrieve previously generated images
GIF Creation
Generate animated GIFs from HTML with CSS animations, URLs, or templates
Record GIFs from live web pages over a specified duration (up to 30 seconds)
PDF Rendering
Render single or multi-page PDFs (up to 100 pages) from templates with dynamic variable substitution
Support for page size presets (A4, Letter, Legal, etc.)
Template Management
Full CRUD operations on reusable HTML or FabricJS-based templates
Inspect variable definitions (types, defaults, descriptions) and render with 50+ expression functions for dynamic content
Batch Operations
Start async batch render jobs to generate up to 100 personalized images from a single template
Check job status, retrieve result URLs, or cancel running jobs
A/B Testing & Experiments
Create A/B tests with traffic splitting and Thompson Sampling auto-optimization
Create smart link experiments (conditional content by device, location, time, browser, referrer) and scheduled experiments
Start, pause, complete experiments, declare winners, and track impressions, views, clicks, and conversions
Integrations: Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client via stdio or HTTP transport.
Click 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., "@Pictify MCP ServerCreate a social media card for 'How to use MCP' with a blue gradient background"
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.
@pictify/mcp-server
An MCP (Model Context Protocol) server for Pictify — generate images, GIFs, 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.
What can it do?
Generate images from HTML/CSS, URLs, or reusable templates (OG images, Twitter cards, banners, product screenshots)
Create animated GIFs from CSS animations or by recording live web pages
Render PDFs from templates — invoices, certificates, reports, shipping labels
Batch generate up to 100 personalized images in one request (team badges, event passes, product catalogs)
A/B test images with built-in experiments, traffic splitting, and auto-optimization
Template system with 50+ expression functions for dynamic content (conditionals, string manipulation, date formatting)
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Quick Start
Option 1: Streamable HTTP with OAuth (Recommended)
No API key needed. The server handles authentication via your browser.
For MCP clients that support Streamable HTTP transport, use this URL:
http://localhost:3000/mcpStart the server:
npx pictify-mcp-httpOn the first request, your browser will open to sign in to Pictify. After that, everything works automatically.
Option 2: Stdio with API Key
For MCP clients that use stdio transport (most desktop apps), you'll need an API key:
Sign up or log in at pictify.io
Go to API Tokens
Create a new token and copy it
Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"pictify": {
"command": "npx",
"args": ["-y", "@pictify/mcp-server"],
"env": {
"PICTIFY_API_KEY": "your_api_key"
}
}
}
}Restart Claude Desktop after saving.
Claude Code
claude mcp add pictify -e PICTIFY_API_KEY=your_api_key -- npx -y @pictify/mcp-serverCursor
Add to Cursor's MCP settings (Settings > MCP Servers):
{
"mcpServers": {
"pictify": {
"command": "npx",
"args": ["-y", "@pictify/mcp-server"],
"env": {
"PICTIFY_API_KEY": "your_api_key"
}
}
}
}Windsurf
Add to Windsurf's MCP settings:
{
"mcpServers": {
"pictify": {
"command": "npx",
"args": ["-y", "@pictify/mcp-server"],
"env": {
"PICTIFY_API_KEY": "your_api_key"
}
}
}
}Available Tools
Image Generation
Tool | Description |
| Generate an image from HTML/CSS, a URL screenshot, or a template |
| Generate an image from FabricJS canvas JSON data |
| List previously generated images |
| Get details of a specific image by ID |
GIF Creation
Tool | Description |
| Create animated GIF from HTML with CSS animations |
| Record a GIF from a live web page over time |
| List previously generated GIFs |
| Get details of a specific GIF by ID |
PDF Generation
Tool | Description |
| Generate single-page PDF from a template |
| Generate multi-page PDF from a template |
| List available PDF page size presets |
Template Management
Tool | Description |
| List saved templates with filtering and pagination |
| Get template details |
| Get template variable definitions and types |
| Render a template with variables (supports layout variants) |
| Create a new template (HTML or FabricJS) |
| Update an existing template |
| Delete a template |
Batch Operations
Tool | Description |
| Start batch render job (up to 100 items, async) |
| Check batch job status and get result URLs |
| Cancel a running batch job |
A/B Testing & Experiments
Tool | Description |
| List experiments (A/B tests, smart links, scheduled) |
| Create an experiment with variants and traffic weights |
| Get experiment details and per-variant performance |
| Check experiment usage and plan limits |
| Update experiment config (field access depends on status) |
| Delete an experiment |
| Start routing traffic to variants |
| Pause traffic routing (data preserved) |
| Declare a winner and route all traffic to it |
| Track impressions, clicks, and conversions |
Configuration
Stdio Mode
Variable | Description | Default |
| Your Pictify API key (required) | — |
| Custom API base URL |
|
| Enable verbose logging to stderr |
|
HTTP Mode (OAuth)
Variable | Description | Default |
| Pictify API base URL |
|
| OAuth authorization server URL |
|
| HTTP server port |
|
Examples
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: ..."
A/B test an image:
"Create an A/B test experiment with two variants of my hero banner and start routing traffic."
Development
git clone https://github.com/pictify-io/pictify-mcp.git
cd pictify-mcp
npm install
npm run buildTest with MCP Inspector:
PICTIFY_API_KEY=your_key npm run inspectorRun HTTP mode locally:
npm run start:httpLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.