ChongPlus Image MCP
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
The simplest route is to ask an MCP-capable AI client to install this repository. 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.
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