---
title: "Imejis Is Now MCP Compatible"
description: "Connect Claude, ChatGPT, Cursor or any MCP-enabled AI app to Imejis. Your assistant can create designs, edit components and render images by chat."
url: "https://www.imejis.io/changelogs/mcp-server"
image: "https://www.imejis.io/images/changelogs/mcp-server.png"
published: "2026-07-17"
author: "imejis"
---

# Imejis Is Now MCP Compatible

## Your AI Assistant Can Now Operate Imejis Directly

Imejis now ships a remote MCP (Model Context Protocol) server. Connect it to Claude, ChatGPT, Cursor, or any MCP-enabled client, and your AI assistant can work with your designs through plain conversation: no API keys to copy, no code to write.

**Server URL:**

```text
https://api.imejis.io/api/mcp
```

### What your assistant can do once connected

- Browse your designs, templates, and uploaded assets
- Create new designs from templates or from scratch
- Edit text, colors, images, and dynamic fields on any design
- Render finished images
- Upload images and fonts into your Imejis library
- Duplicate designs before editing, so originals stay safe

### Setup takes about a minute

Add the server URL in your client's connector settings (Claude: Settings → Connectors → Add custom connector). Authentication is a one-click OAuth sign-in: approve the Imejis popup and you're connected. The server follows the standard MCP authorization spec, so any compliant client works.

Then just ask:

> "Render my welcome card with this customer's name."
>
> "Create an Instagram post for our weekend sale."
>
> "Change the title color to navy and render it as PNG."

For the full walkthrough with per-client setup steps, read the [Claude MCP tutorial](/blogs/tutorials/generate-images-claude-mcp). Agents and developers can find the machine-readable details in the [MCP server card](/.well-known/mcp/server-card.json) and [auth.md](/auth.md).
