MCP server

Give your agent a render tool, not a design tool.

Connect ImageClaw as an MCP server and any compatible agent can generate on-brand visuals mid-task, without leaving the conversation or opening a canvas editor.

1Add server URL to your MCP config
2Authenticate with your API key
3Agent sees ImageClaw's tools
mcp.config.json
{
"mcpServers": {
"imageclaw": {
"url": "https://mcp.imageclaw.dev/sse",
"auth": { "apiKey": "$IMAGECLAW_API_KEY" }
}
}
}
Single-image tools

For one banner, card, or OG image at a time.

generate_blog_bannersingle-image

Renders a hero image sized for a blog post, using the workspace's default blog template family.

ParamType
titlestring
categorystring
accent_colorstring, optional
{ "title": "...", "category": "marketing" }
→ { url, width: 1200, height: 630 }
generate_social_imagesingle-image

Renders a platform-sized card , LinkedIn, X, Instagram , picking dimensions automatically from the platform name.

ParamType
platformstring
titlestring
themestring
brandbrandKitId
{ "platform": "linkedin", "title": "..." }
→ { url, width: 1080, height: 1080 }
generate_og_imagesingle-image

Renders an Open Graph preview image for a page , used automatically when publishing to most CMSs.

ParamType
titlestring
descriptionstring
{ "title": "...", "description": "..." }
→ { url, width: 1200, height: 630 }
Document-aware tools

For a whole document, generated as one visual set.

A blog post with five images shouldn't look like five unrelated brand-colored PNGs. These tools lock a style once, then keep every image within it as the agent writes.

Step 1
start_document_style()

Locks icon set, illustration style, and layout family for this document. Returns a documentId.

Step 2
suggest_image_placements()

Given the draft or outline, returns which sections warrant an image and why.

Step 3
generate_section_image()

Renders within the locked style, returns embeddable markdown and alt text.

Compatibility

Works with any MCP client.

Tested and supported with the major agent runtimes people actually build with.

Claude
Cursor
ChatGPT
n8n / Zapier