Imag8 Studio — style-locking AI image generation for agents.
Imag8 Studio MCP Server
Style-locking AI image generation for your AI agents. Define one master style, generate unlimited matching images, and let Claude, Cursor, ChatGPT or your own agents do the rest.
What is Imag8?
Imag8 is a style-locking image generation engine. You define a master style once (lighting, mood, composition, colour), then generate unlimited images with different subjects but the same visual identity. No more collections that look like ten different artists made them.
This repo documents the hosted MCP server and REST API so any AI agent can generate on-brand images.
Related MCP server: AI Image-Gen MCP Server
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"imag8": {
"type": "http",
"url": "https://imag8.art/api/v1/mcp",
"headers": {
"Authorization": "Bearer imag8_sk_YOUR_KEY"
}
}
}
}Cursor
Settings → MCP → Add new MCP server:
Type: HTTP/SSE
URL:
https://imag8.art/api/v1/mcpHeaders:
Authorization: Bearer imag8_sk_YOUR_KEY
ChatGPT / Custom Agents
Point any MCP client at https://imag8.art/api/v1/mcp (JSON-RPC 2.0) with the same bearer header. OpenAPI spec in openapi.json.
Get an API key
Sign up at imag8.art, open the Account deck, and generate a key. Creator and Pro plans include API and MCP access. Free tier: 10 credits/month.
Tools
Tool | Description |
| Generate an image in a locked style. Params: subject, stylePrompt, aspectRatio (1:1, 4:3, 16:9, 9:16), resolution (512, 1024, 2048, 4096), useHighQuality |
| Suggest subject variations that fit the current master style |
| Check credits and account status |
REST API
POST /api/v1/generate
Authorization: Bearer imag8_sk_...{
"subject": "ceramic teapot",
"stylePrompt": "pure white catalog, seamless studio lighting",
"aspectRatio": "1:1",
"resolution": "1024px"
}Also available: POST /api/v1/suggest-variations, GET /api/v1/account.
Why style locking?
Single-image generation is easy with any AI tool. Making a collection that matches stylistically is the hard part. Imag8 locks lighting, lens, texture and mood while varying only the subject, so every image looks art-directed by the same person.
Use cases: e-commerce product photography, print-on-demand merch lines, brand assets, web hero imagery, social media content.
Links
Website: imag8.art
Pricing: imag8.art/#pricing
API spec: openapi.json
Licensed for use with Imag8 Studio accounts. See imag8.art for terms.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityFmaintenanceGenerate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent. 20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imagine, Seedance, ElevenLabs TTS, and more. Free models work without an API key. Paid models require a Pollinations key.8152MIT
- AlicenseAqualityDmaintenanceTransforms DALL-E 3, DALL-E 2, and GPT-Image-1 into MCP-compatible tools for generating images from natural language descriptions, supporting batch creation, style control, and flexible sizing.13MIT
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.811MIT
- Flicense-qualityCmaintenanceProvides image generation capabilities via Manus AI as MCP tools for Claude AI.
Related MCP Connectors
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reubenatour-jpg/imag8-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server