Give your AI agent a design studio
Your agent already writes the copy. Now it can render the image. Connect Claude, ChatGPT, Cursor or any MCP client to Imejis and it creates, edits and exports real designs on its own. No screenshots, no separate design tool.
https://api.imejis.io/api/mcp
Discover, design, render
Three MCP tool families turn a prompt into a finished image, and the agent drives all of it.
Discover
The agent reads get_design_guide and list_component_types. That's the live catalog of all 24 components, with properties, defaults and ready-made styles, generated from the same registry the renderer validates against. It can never drift.
Design
It calls create_design or create_design_from_template, then edits with update_design to place text, images, charts, QR codes, tables and shapes as structured JSON. preview_design lets it check its own work before shipping.
Render
export_design returns a finished PNG or SVG in one call. get_render_url returns a permanent URL that renders fresh per request with field overrides, so the agent wires a template once and every row renders on demand.
What your agent can make
Every tile below is a live render of a real component, the same output your agent gets back from a single render call. Tap any tile to see its properties and sample JSON.
Try these prompts
Once connected, just ask in plain language. Copy one, paste it into your agent, and it designs and renders the result.
Create a 1200×630 Open Graph image for a blog post titled “How MCP works”, with our logo top-left and a subtle blue-to-purple gradient. Export it as PNG.
Generate a QR code that links to https://imejis.io/agents, dark navy on white with rounded modules, and give me the SVG.
Build a bar chart titled “Q1 signups” from this data (Jan 40, Feb 65, Mar 90), brand blue bars, and render it as a PNG.
Make a certificate of completion template with a name field and today’s date, then give me a permanent render URL I can call per recipient.
Connect in 60 seconds
Add one remote MCP server and authorize once over OAuth. Your agent then acts as you. It works with any MCP-enabled client.
https://api.imejis.io/api/mcpClaude
- 1.Settings → Connectors → Add custom connector
- 2.Paste the MCP endpoint and save
- 3.Authorize Imejis over OAuth when prompted
ChatGPT
- 1.Settings → Connectors → add an MCP server
- 2.Enter the endpoint URL
- 3.Sign in to Imejis to authorize access
Cursor
- 1.Settings → MCP → Add new server
- 2.Add the endpoint as a remote server
- 3.Approve the OAuth connection
Everything your agent can call
A focused MCP toolset for the whole design lifecycle: discover, create, edit, preview, render and manage assets, plus read-only plan and credit checks.
24 components your agent can drive
Text, images, QR codes, barcodes, tables, ratings, progress, shapes and 12+ chart types including bar, line, pie, radar, sankey, treemap, funnel and candlestick. Each one is fully described to the agent with properties, defaults and ready-to-render sample JSON.
Or automate it without an agent
The same render endpoint powers no-code automations. Wire a template once, then feed it data from anywhere.
n8n
Trigger a render from any workflow node, whether a new row, a webhook or a schedule, then drop the returned image into email, Slack or storage.
Zapier
Wire a Zap from your CRM, sheet or form to a single render call. Every new lead, sale or signup becomes a branded image automatically.
Make & scripts
Hit one endpoint from Make or a cron script with a JSON body of overrides. No webhooks, no polling. The image comes back inline.
AI agents & MCP FAQ
What is agent-native image generation?
It means an AI agent can create and render finished images itself, over the Model Context Protocol (MCP), instead of you exporting from a design tool by hand. Your agent already writes the copy. With Imejis it also renders the image, using the same 24 components and templates you'd use in the editor.
Which AI agents can connect to Imejis?
Any MCP-enabled client. That includes Claude (Desktop and Code), ChatGPT's MCP connectors, Cursor, and custom agents built on the MCP SDK. You authorize once over OAuth 2.0 and the agent acts as you.
What is the MCP endpoint?
The Imejis MCP server is a Streamable HTTP endpoint at https://api.imejis.io/api/mcp. It advertises a discovery card at https://www.imejis.io/.well-known/mcp/server-card.json, so compatible clients can find and connect to it automatically.
Does the agent see the same components I do in the editor?
Yes. It's exactly the same 24 component types and 75+ styles. The catalog the agent reads through list_component_types is generated from the same registry that powers the editor palette and the component library, so the two can never drift apart.
How is agent usage billed?
Renders are metered the same way as the API. Discovery, designing and previews are cheap. Each finished export or render-URL request draws from your plan's render quota or credits. You can check the balance from the agent itself with get_credit_balance.