Marketing
picorn.com
Generates and manages marketing projects with social images, brand profiles, and design assets.
ENDPOINT 1
https://picorn.com/mcp
MCP server metadata
- Name
- picorn
- Version
- 2.2.0
Free Picorn image, video and native editor tools. Start marketing work with picorn_projects_create, then keep its workspaceProjectId and workspaceProjectKey for every asset and editor file in that project. Create a file with picorn_editor_create_project. Import outside generator output with picorn_editor_import_image, add layers, inspect the project, then call picorn_editor_render_project. Every static editor change returns an inline preview automatically, so inspect the image and iterate until it is visually finished. For motion work use picorn_video_create_project, picorn_video_add_clip and picorn_video_render_project. Layer positions use center coordinates. Every file response includes the canonical https://picorn.com/studio/editor?runId=<fileId> editorUrl; every render also returns creationUrl. Always include editorUrl in your final answer so the user can immediately continue editing the layered file in Picorn.
Known tools 30
picorn_capabilitiesList live canvas formats, fonts, layouts, image models, GPU reachability and fair-use limits.
Inferred read-onlypicorn_projects_createCreate a marketing project that can hold many editor files and imported image assets.
Potential side effectspicorn_projects_inspectList every editor file, imported asset, and the project brand profile with named colors and saved logos or visual references.
Inferred read-onlypicorn_projects_updateUpdate the name, description, or named color scheme of a marketing project, then return its complete file, asset, and brand index.
Potential side effectspicorn_design_imageTurn a topic into a finished social image with generated/researched imagery and crisp real typography.
Inferred read-onlypicorn_render_svgRender your SVG through Picorn with real typography and optional image/icon placeholders.
Inferred read-onlypicorn_editor_import_imageImport image bytes from any external or agent-native image generator into Picorn storage.
Inferred read-onlypicorn_editor_create_projectCreate a persistent native Picorn editor project with one empty slide.
Potential side effectspicorn_editor_inspect_projectRead the complete project, including every slide, layer, property, z-index, and latest rendered image URL.
Inferred read-onlypicorn_video_create_projectCreate a persistent video project with a real 30fps timeline, native layers, keyframes and a canonical /video/editor link.
Potential side effectspicorn_video_import_mediaUpload agent-owned MP4, WebM, MOV, MP3, WAV, AAC, M4A or OGG bytes into Picorn storage for use by video/audio timeline layers.
Potential side effectspicorn_editor_update_slideChange a slide background, semantic role, or image prompt.
Inferred read-onlypicorn_editor_update_layerPatch 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.
Inferred read-onlypicorn_editor_delete_layersDelete one or more layers and clean their group references.
Potential side effectspicorn_editor_group_layersCreate the same metadata group used by the visual editor.
Potential side effectspicorn_editor_align_layersAlign positioned layers to their shared left, center, right, top, middle, or bottom bound.
Inferred read-onlypicorn_editor_distribute_layersEvenly distribute three or more positioned layers horizontally or vertically.
Inferred read-onlypicorn_editor_duplicate_layerDuplicate a non-group layer, including all style, filter, effect, mask, and animation properties.
Inferred read-onlypicorn_editor_render_projectRender selected or all slides through Picorn's real Fabric editor pipeline.
Inferred read-onlypicorn_search_areasFind approved torn, wavy, blob, banner and other decorative shapes for a design.
Inferred read-onlyCONNECT 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.picorn]
url = "https://picorn.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"picorn": {
"type": "http",
"url": "https://picorn.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: picorn
Remote MCP URL: https://picorn.com/mcp
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": {
"picorn": {
"url": "https://picorn.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"picorn": {
"type": "http",
"url": "https://picorn.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "picorn",
"transport": "streamable-http",
"url": "https://picorn.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.