codex-ergouzi-media-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., "@codex-ergouzi-media-mcpgenerate an image of a serene mountain lake"
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.
codex-ergouzi-media-mcp
这是一个把 ergouzi-media-mcp 封装成独立 GitHub 仓库的 Codex 插件项目。
它的目标是:让你可以在本地安装、调试和分享这个 MCP 服务,而不依赖额外的发布平台流程。
项目内容
plugins/ergouzi-media-mcp/:实际可被 Codex 识别的插件目录LICENSE:开源协议package.json/package-lock.json:仓库级依赖入口
Related MCP server: mcp-media-engine
目录结构
codex-ergouzi-media-mcp/
├─ plugins/
│ └─ ergouzi-media-mcp/
│ ├─ .codex-plugin/plugin.json
│ ├─ .mcp.json
│ ├─ README.md
│ └─ scripts/
│ ├─ server.mjs
│ └─ lib.mjs
├─ package.json
├─ package-lock.json
├─ README.md
└─ LICENSE安装
先把仓库拉到本地,再安装依赖:
git clone https://github.com/miao111994/codex-ergouzi-media-mcp
cd codex-ergouzi-media-mcp
npm installErgouzi 配置
MCP 服务会从以下位置读取凭据:
Windows:
%APPDATA%\ergouzi\credentials.jsonmacOS / Linux:
~/.config/ergouzi/credentials.json
示例内容:
{
"api_key": "YOUR_API_KEY",
"base_url": "https://ergouzi.life"
}也可以使用环境变量覆盖:
ERGOUZI_MEDIA_API_KEYERGOUZI_MEDIA_BASE_URLERGOUZI_CONFIG_FILE
在 Codex 中使用
把 Codex 指向插件目录:
plugins/ergouzi-media-mcp插件会通过 .mcp.json 启动 scripts/server.mjs,再由 server.mjs 调用 lib.mjs 里的实际逻辑。
运行时工具
插件当前提供这些 MCP 工具:
list_modelscreate_predictionget_predictioncancel_predictiondownload_prediction
说明
author.name用于标识发布者。author.email可选,不写也可以。author.url建议保留,便于确认仓库来源。
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
- AlicenseAqualityCmaintenanceAn MCP server for AI-powered media generation using Google Gemini, enabling creation of images, videos, music, and speech directly from AI agents.4MIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1151MIT
- AlicenseAqualityCmaintenanceMCP server for generating images and videos using Volcengine's Jimeng APIs, supporting text-to-image, image-to-image, multi-image fusion, text-to-video, and image-to-video.31MIT
- Alicense-qualityCmaintenanceMCP server that enables Claude Code to generate images using Google's Gemini image generation models.MIT
Related MCP Connectors
MCP server for Wan AI video generation
MCP server for Hailuo (MiniMax) AI video generation
MCP server for Grok Imagine AI video generation
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/miao111994/codex-ergouzi-media-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server