AI image generation and editing with prompt optimization and quality presets
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-image · npm · 0.12.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shinpr/mcp-image",
"description": "AI image generation and editing with prompt optimization and quality presets",
"repository": {
"url": "https://github.com/shinpr/mcp-image",
"source": "github"
},
"version": "0.12.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-image",
"version": "0.12.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Image provider to use: 'gemini' (default), 'openai', or 'seedream'",
"format": "string",
"name": "IMAGE_PROVIDER"
},
{
"description": "Google Gemini API key for image generation when IMAGE_PROVIDER=gemini (get from https://aistudio.google.com/apikey)",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenAI API key for image generation when IMAGE_PROVIDER=openai. Requires OpenAI organization verification to access gpt-image-2 (https://platform.openai.com/settings/organization/general)",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "BytePlus ModelArk AP region API key required when IMAGE_PROVIDER=seedream",
"format": "string",
"isSecret": true,
"name": "ARK_API_KEY"
},
{
"description": "Absolute path to directory where generated images will be saved (defaults to ./output)",
"format": "string",
"name": "IMAGE_OUTPUT_DIR"
},
{
"description": "Default quality preset: 'fast' (default), 'balanced', or 'quality'",
"format": "string",
"name": "IMAGE_QUALITY"
},
{
"description": "Set to 'true' to disable automatic prompt optimization and use direct prompts",
"format": "boolean",
"name": "SKIP_PROMPT_ENHANCEMENT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T22:11:32.271181Z",
"publishedAt": "2026-08-03T22:11:32.271181Z",
"updatedAt": "2026-08-03T22:11:32.271181Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.12.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.