Picorn
io.github.cueqzapper/picornPicorn turns AI briefs into editable social images and videos with layers, timelines, and renders.
Tools · 32
List live canvas formats, fonts, layouts, image models, GPU reachability and fair-use limits.
Create a marketing project that can hold many editor files and imported image assets. Keep the returned workspaceProjectId and workspaceProjectKey together; use them when adding every related file.
List every editor file, imported asset, and the project brand profile with named colors and saved logos or visual references. File entries include their current thumbnail, status, creation URL and can…
Update the name, description, or named color scheme of a marketing project, then return its complete file, asset, and brand index.
CODEX-ONLY. The calling Codex supplies the complete SVG, including copy and layout. Picorn resolves declared placeholders and renders it through Fabric/SVG. No internal language or design model is cal…
Generate a raw image with self-hosted Z-Image Turbo. Returns an inline preview and public creationUrl.
Use Picorn's native editor engine: first generate raster artwork with self-hosted Z-Image Turbo on ComfyUI, remove its background, then convert it through the bundled multi-colour SVG converter. Gener…
Transform an existing image with Flux 2 Klein. Returns an inline preview and public creationUrl.
Render your SVG through Picorn with real typography and declarative image workers. Put placeholder <rect> elements inside the SVG and choose their backend with data-clipart-engine="svg-converter" (fre…
Import image bytes from any external or agent-native image generator into Picorn storage. Pass imageBase64 with or without a data: prefix, then use the returned imageUrl in one or more native image la…
Create a persistent native Picorn editor project. For a finished static layout, pass svg: a complete SVG containing text/shapes plus declarative data-clipart placeholders. Picorn runs the selected eng…
Create, persist and render a complete 1–20 slide Picorn file in one deterministic call from finished agent-authored SVG and/or native editable layers. The calling agent is the only design model: this …
Read the complete project, including every slide, layer, property, z-index, and latest rendered image URL.
Create a persistent video project with a real 30fps timeline, native layers, keyframes and a canonical /video/editor link.
Upload agent-owned MP4, WebM, MOV, MP3, WAV, AAC, M4A or OGG bytes into Picorn storage for use by video/audio timeline layers. Maximum 15 MB.
Add another slide to an editor project. Projects support up to 20 slides. Returns the new slide as an inline preview.
Change a slide background, semantic role, or image prompt. Returns the changed slide as an inline preview.
Delete a slide and its layers. A project always keeps at least one slide.
Add a native editor layer. Supported types: text, image, shape, group, qr, video, audio. SVG uses an image layer with isSvg:true. Position is the layer CENTER in canvas pixels. The layer accepts the s…
Patch any editable property on a layer: content, position, size, transform, style, filters, masks, effects, blend mode, visibility, lock state, SVG overrides, timing, audio, or keyframes. Returns the …
Add a video or audio clip to a Picorn timeline. Source URLs must use an approved public media host. Video positions are center coordinates; timing and trim values are frame-based.
Delete one or more layers and clean their group references.
Set layer order. objectIds are bottom-to-top; omitted existing IDs retain their relative order on top.
Create the same metadata group used by the visual editor. Grouping preserves world positions and render output.
Remove a group while preserving all child layers.
Align positioned layers to their shared left, center, right, top, middle, or bottom bound.
Evenly distribute three or more positioned layers horizontally or vertically.
Duplicate a non-group layer, including all style, filter, effect, mask, and animation properties.
Render selected or all slides through Picorn's real Fabric editor pipeline. Returns persistent public image URLs, a multi-page PDF, or a page-faithful DOCX download, creationUrl, and the canonical edi…
Render the native timeline to a finished MP4/H.264 or WebM/VP9 file. The render includes multi-slide sequencing, timed layers, video frames, keyframe animation and mixed audio, and returns a public vi…
Search Picorn's vector icon library before composing a design.
Find approved torn, wavy, blob, banner and other decorative shapes for a design.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"picorn": {
"url": "https://picorn.com/mcp",
"transport": "streamable-http"
}
}
}