INDIVIDUAL MCP TOOL
pictify_get_video_template_variables
Get a video template's variable definitions — the fields you can set when rendering it (texts, colors, image URLs).
LIVE ENDPOINT
https://mcp.pictify.io
Connect to this endpoint to inspect the live schema for pictify_get_video_template_variables and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pictify]
url = "https://mcp.pictify.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pictify": {
"type": "http",
"url": "https://mcp.pictify.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pictify
Remote MCP URL: https://mcp.pictify.io
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pictify": {
"url": "https://mcp.pictify.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pictify": {
"type": "http",
"url": "https://mcp.pictify.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pictify",
"transport": "streamable-http",
"url": "https://mcp.pictify.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pictify_create_image— Generate a static image (PNG, JPEG, or WebP) from HTML/CSS content, a URL screenshot, or a template.pictify_create_canvas_image— Generate an image from FabricJS canvas JSON data with optional variable substitution.pictify_list_images— List previously generated images from your account with pagination.pictify_get_image— Get details of a specific image by its UID.pictify_create_gif— Create an animated GIF from HTML content with CSS animations, a URL, or a template.pictify_capture_gif— Record an animated GIF from a live web page URL by capturing its on-screen activity over time.pictify_list_gifs— List previously generated GIFs from your account with pagination.pictify_get_gif— Get details of a specific GIF by its UID.