MCP Server
ImageClaw ships as an MCP server so any compatible agent can generate visuals mid-conversation—no plugin, no SDK.
Configuration
Add the ImageClaw MCP server URL to your client configuration:
mcp.config.json
{"mcpServers": {"imageclaw": {"url": "https://mcp.imageclaw.dev/sse","headers": {"Authorization": "Bearer $IMGCLAW_API_KEY"}}}}
Supported clients
ImageClaw MCP works with any client that supports the SSE transport, including Claude Desktop, Cursor, VS Code extensions, and custom agent frameworks.
Available tools
render_image
Render an image from a template ID and field values. Returns a URL to the rendered image.
list_templates
List available templates and their schemas so the agent knows what fields to ask for.