creator-factory-mcp
Allows generating images through the OpenAI Images API by explicitly selecting the openai provider, with jobs tracked and assets retrieved through the MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@creator-factory-mcpsubmit two images of a blue cube with the mock provider"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Creator Factory Core
A local-first Python image task engine: SQLite queue, independent worker, deterministic Mock Provider, optional OpenAI Images Provider, local asset manifests, CLI, and STDIO MCP. It has no website, remote server, message broker, MySQL, or dependency on an existing private AI Creator application.
中文简介:这是一个可独立运行的通用图片任务核心。默认只使用 Python、SQLite 和本地文件;Mock Provider 可在完全离线的 CI 中生成确定性的合法 PNG。真实 OpenAI 请求必须显式选择 openai Provider,并通过环境变量提供密钥。
Quick start
python -m pip install -e ".[mcp]"
creator-factory init
creator-factory submit "a fictional blue cube" --provider mock --count 2
creator-factory-worker --once
creator-factory status JOB_ID
creator-factory assets --job-id JOB_IDRuntime files live under .creator-factory/ by default and are ignored by Git.
Related MCP server: openai-image-gen
OpenAI Images Provider
The optional provider uses the official Image API generation endpoint, defaults to gpt-image-2, and reads only OPENAI_API_KEY from the process environment:
set OPENAI_API_KEY=...
creator-factory submit "a fictional editorial illustration" --provider openai
creator-factory-worker --onceThe key is never accepted in CLI/MCP arguments, stored in SQLite, or written to logs. CI never sends a real request. A real-provider job is marked before network execution; if its Worker is interrupted, the job becomes interrupted_no_retry and requires inspection/manual resubmission to avoid accidental duplicate billing.
MCP tools
creator_submit_imagecreator_job_statuscreator_job_cancelcreator_job_retrycreator_assets_listcreator_asset_get
Submission is asynchronous and returns creator.job.v1; asset rows use creator.asset_manifest.v1. Run creator-factory-mcp as a local STDIO server and keep creator-factory-worker as a separate process.
Safety
Prompts and outputs stay local unless the openai provider is selected. Do not submit confidential prompts or third-party personal data without authorization. Generated outputs still require human review for rights, accuracy, and policy compliance.
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides tools for generating and editing images using OpenAI's gpt-image-1 model via an MCP interface, enabling AI assistants to create and modify images based on text prompts.15Apache 2.0
- AlicenseNot gradedqualityCmaintenanceExposes multiple image generation backends as independent MCP tools for generating images with configurable models and parameters.MIT
- AlicenseAqualityBmaintenanceGenerate images with OpenAI and Google Gemini directly from any MCP client, saving assets into your project with batch support and explicit file output.225MIT
- AlicenseAqualityCmaintenanceEnables LLMs to generate images via MCP by calling AI models from providers like SiliconFlow, OpenAI, or custom APIs, with tools for image generation and model listing.2MIT
Related MCP Connectors
Generate images with any major model — one API key, one prepaid balance, one MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
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/hkx5414375/creator-factory-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server