EFLOWCODE Image MCP
by WenNinghan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EFLOWCODE_MODEL | No | Responses model used for image generation | gpt-5.5 |
| EFLOWCODE_API_KEY | Yes | API key used as Bearer token | |
| EFLOWCODE_BASE_URL | No | Base URL without trailing endpoint path | https://e-flowcode.cc/v1 |
| EFLOWCODE_SAVE_DIR | No | Default output directory | ~/Pictures/eflowcode-image-out |
| EFLOWCODE_PROMPT_PREFIX | No | Prefix added to all prompts | 不改写: |
| EFLOWCODE_SAVE_DIR_ROOT | No | Sandbox root for output paths | same as save dir |
| EFLOWCODE_USE_SHELL_PROXY | No | Set to 1 to let httpx use shell proxy env vars | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_generateC | 文本生成图像。使用 gpt-5.5 /v1/responses + image_generation。 |
| image_editC | 单图参考/编辑。把本地图片作为 Responses image input 传入 image_generation。 |
| image_batch_editB | 批量单图编辑。对每张图片独立调用 image_edit。 |
| image_multi_referenceC | 多图参考生成一张新图。把多张本地图片作为 Responses image input。 |
| server_infoA | 返回 Codex 生图 MCP 的当前配置和能力。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/WenNinghan/eflowcode-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server