Create private AI images from your coding agent or chat assistant with a linked UlazAI account. Compare models, prepare a prompt, generate the image and drop the file into your project.
mcp.json/.mcp.json— connection to the hosted MCP serverhttps://ulazai.com/mcp(Streamable HTTP, OAuth 2.0; the client handles login)..app.json— the registered ChatGPT/Codex connection (Codex uses this instead of.mcp.json, so tools are never loaded twice).skills/ulazai-images— the safe generation flow: account → model → prepare → create → fetch.
get_ulazai_account, search_ulazai_models, prepare_ulazai_image, create_ulazai_image, get_ulazai_generation. Only create_ulazai_image consumes allowance, and only after the user confirms.
- Claude Code:
claude plugin marketplace add ulazai/agent-plugin, then installulazai-media. Or:claude mcp add --transport http ulazai https://ulazai.com/mcp. - Codex:
codex plugin marketplace add ulazai/agent-plugin. - Cursor / Agent Plugins clients: install this repository as a plugin;
plugin.json+mcp.jsonfollow Agent Plugins 1.1.0. - Grok Build:
grok plugin install https://github.com/ulazai/agent-plugin.git. - Claude.ai / Desktop: add
https://ulazai.com/mcpas a custom connector.
The plugin only talks to https://ulazai.com. Generated images are private to your account. Privacy: https://ulazai.com/privacy/ · Terms: https://ulazai.com/terms/
MIT for this plugin package. The UlazAI service itself is covered by its own terms.