ChongPlus Image MCP
This server enables AI assistants to generate and edit images via the ChongPlus Image API, with secure local API key management.
Setup & API Key: Check saved key with
setup_status, securely save a new key withconfigure_api_key— the key is stored locally and never exposed.Image Generation: Use
generate_imageto create 1–4 images from a prompt, with customizable size (default 2048×2048) and output directory; returns absolute local file paths.Image Editing: Use
edit_imageto modify an existing local image based on a prompt, with same size and directory options; only local file paths accepted.Options & Limits: Retrieve supported image sizes and request limits via
list_image_options.Usage Flow: Designed for conversational use — assistant first checks setup, prompts for key if missing, then proceeds with image tasks, reusing the saved key.
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., "@ChongPlus Image MCPgenerate an image of a cat wearing a hat"
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.
ChongPlus Image MCP
An MCP server that lets AI assistants generate and edit images through the ChongPlus Image API.
Languages: English | 简体中文 | 繁體中文 | 日本語 | Español | Русский | 한국어
It is designed for normal chat usage: after installation, the assistant checks whether a key is configured, asks for one only when necessary, and saves it in the user's local configuration directory. Users do not need to set environment variables or run Python commands.
What the assistant can do
Check whether ChongPlus is ready to use.
Save or replace a ChongPlus API key securely.
Generate one to four images from a prompt.
Edit one local reference image with a prompt.
Explain available image sizes and limits.
Generated images are saved locally. The tools return their absolute paths, so an MCP client can show or open them.
Related MCP server: openai-gpt-image-1-mcp
Install
Paste the following into an MCP-capable AI client:
Please install and configure ChongPlus Image MCP:
https://github.com/Rodert/chongplus-image-mcp
Install it as a local stdio MCP server using:
uvx --from git+https://github.com/Rodert/chongplus-image-mcp chongplus-image-mcp
After configuration, call setup_status to check the API key. If it is not configured, ask me for my ChongPlus API key and call configure_api_key to save it securely in the local configuration. Reuse the saved key afterwards and do not ask me to configure environment variables.For manual configuration, use uvx:
{
"mcpServers": {
"chongplus-image": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Rodert/chongplus-image-mcp", "chongplus-image-mcp"]
}
}
}For a checked-out repository, replace the command and arguments with:
{
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/chongplus-image-mcp", "chongplus-image-mcp"]
}First use
Ask the assistant to generate or edit an image. It should call setup_status first. If no key exists, it asks you for a ChongPlus API key and calls configure_api_key.
Get a key from https://api.chongplus.plus/keys; choose the image-generation group. Treat this as sensitive information: only provide it to an AI client and local MCP server you trust.
The key is stored at:
Platform | Location |
macOS/Linux |
|
Windows |
|
On macOS and Linux, the directory is set to 0700 and the file to 0600.
Tools
Tool | Purpose |
| Returns whether a local API key has been saved. |
| Securely saves a supplied API key. The server never returns it. |
| Generates images from a prompt. |
| Edits a local image using a prompt. |
| Lists supported sizes and request limits. |
The server accepts existing local files for editing. It does not accept URLs, and it never returns file contents from arbitrary local paths.
Development
Requires Python 3.10 or newer and uv.
uv sync
uv run python -m unittest discover -s tests
uv run chongplus-image-mcpTests are offline and do not require an API key.
Errors
401or403: the API key may be invalid, lack image-model access, or have no remaining quota.403with Cloudflare1010: ChongPlus's edge firewall blocked the request before the API processed it. Contact ChongPlus support with the approximate request time.Connection errors: check your internet connection and retry.
The API source of truth is https://api.chongplus.plus/tools/image-studio/docs/.
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
- AlicenseAqualityCmaintenanceEnables image generation and editing using OpenAI's GPT Image API (gpt-image-1, 1.5, 2) with support for multi-image generation, history management, and batch processing.121,7841MIT
- Flicense-qualityDmaintenanceProvides AI agents and coding assistants with image generation and editing capabilities using OpenAI's GPT-image-1 model, with support for local or Supabase storage.3
- Alicense-qualityCmaintenanceEnables image generation and editing using laozhang.ai's OpenAI-compatible API, with tools for text-to-image and image-to-image transformations.MIT
- AlicenseBqualityBmaintenanceEnables generating images from text or transforming existing images using GPT-Image-compatible APIs, with support for OpenAI and Agnes AI backends.2MIT
Related MCP Connectors
LLM chat, text summarization and AI image generation
Generate, edit and upscale AI video and images from any agent via VicSee.
OCR, transcription, file extraction, and image generation for AI agents via 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/Rodert/chongplus-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server