# Imejis.io — MCP server on mcp.ai > Connect your Imejis.io account and use 1 tools for images and design straight from your AI agent. Connect with your own API key. Imejis.io is an API-based image generation platform that enables users to create and customize images seamlessly through a user-friendly interface and a rich library of templates. By: mcp.ai · official Page: https://mcp.ai/imejis_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_imejis_io?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/imejis_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/imejis_io/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/imejis_io/skill.md Postman collection (v2.1): https://mcp.ai/imejis_io/postman.json ## Tools - imejis_io_list_designs(limit?: integer, cursor?: string, public?: boolean, search?: string) — Tool to list available design templates. Use after authenticating the account. ## Example prompts - "What can I do in Imejis.io?" - "Show me a summary of my Imejis.io account" ## Links Docs: https://mcp.ai/docs/mcps/imejis_io Website: https://mcp.ai/mcps/imejis_io