Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for image and video generation MCP Image Video Generation Server 一个免费生成图像和视频的 MCP (Model Context Protocol) 服务器,支持 BigModel AI 平台的 CogView 和 CogVideoX 模型。 功能 - 🎨 **图像生成**: 使用 CogView 模型(cogview-4, cogview-4-250304, cogview-3-flash)生成高质量图像,默认使用 cogview-3-flash 免费模型 - 🚀 **批量图像生成**: **[新功能]** 支持一次性生成1-100张图像,具备并行处理和灵活批次管理能力 - 🎬 **视频生成**: 使用 CogVideoX 模型(cogvideox-3, cogvideox-2, cogvideox-flash)生成视频,默认使用 cogvideox-flash 模型 - ⚙️ **配置管理**: 支持环境变量配置和动 Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
image-video-generation-mcp is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
MCP server for image and video generation MCP Image Video Generation Server 一个免费生成图像和视频的 MCP (Model Context Protocol) 服务器,支持 BigModel AI 平台的 CogView 和 CogVideoX 模型。 功能 - 🎨 **图像生成**: 使用 CogView 模型(cogview-4, cogview-4-250304, cogview-3-flash)生成高质量图像,默认使用 cogview-3-flash 免费模型 - 🚀 **批量图像生成**: **[新功能]** 支持一次性生成1-100张图像,具备并行处理和灵活批次管理能力 - 🎬 **视频生成**: 使用 CogVideoX 模型(cogvideox-3, cogvideox-2, cogvideox-flash)生成视频,默认使用 cogvideox-flash 模型 - ⚙️ **配置管理**: 支持环境变量配置和动
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
156554395
Artifacts
0
Benchmarks
0
Last release
1.0.9
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/156554395/image-video-generation-mcp.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
156554395
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
4 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
pnpm add -g image-video-generation-mcp
bash
export IMAGE_VIDEO_GENERATION_API_KEY="your_api_key_here" export IMAGE_VIDEO_GENERATION_DEFAULT_IMAGE_MODEL="cogview-3-flash" export IMAGE_VIDEO_GENERATION_DEFAULT_VIDEO_MODEL="cogvideox-flash"
json
{
"apiKey": "your_api_key_here",
"defaultImageModel": "cogview-3-flash",
"defaultVideoModel": "cogvideox-flash",
"timeout": 30000,
"maxRetries": 3
}json
{
"mcpServers": {
"image-video-generation": {
"command": "npx",
"args": ["-y", "image-video-generation-mcp@latest"],
"env": {
"IMAGE_VIDEO_GENERATION_API_KEY": "your_api_key"
},
"type": "stdio"
}
}
}json
{
"prompts": ["小猫玩耍", "城市夜景", "程序员工作"],
"model": "cogview-3-flash",
"batch_size": 3,
"parallel": true,
"max_concurrent": 2
}bash
# 克隆项目 git clone https://github.com/156554395/image-video-generation-mcp.git cd image-video-generation-mcp # 安装依赖 pnpm install # 开发模式 pnpm dev # 运行测试 pnpm test # 构建 pnpm build
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for image and video generation MCP Image Video Generation Server 一个免费生成图像和视频的 MCP (Model Context Protocol) 服务器,支持 BigModel AI 平台的 CogView 和 CogVideoX 模型。 功能 - 🎨 **图像生成**: 使用 CogView 模型(cogview-4, cogview-4-250304, cogview-3-flash)生成高质量图像,默认使用 cogview-3-flash 免费模型 - 🚀 **批量图像生成**: **[新功能]** 支持一次性生成1-100张图像,具备并行处理和灵活批次管理能力 - 🎬 **视频生成**: 使用 CogVideoX 模型(cogvideox-3, cogvideox-2, cogvideox-flash)生成视频,默认使用 cogvideox-flash 模型 - ⚙️ **配置管理**: 支持环境变量配置和动
一个免费生成图像和视频的 MCP (Model Context Protocol) 服务器,支持 BigModel AI 平台的 CogView 和 CogVideoX 模型。
pnpm add -g image-video-generation-mcp
在使用本服务器之前,您需要在 BigModel.cn 平台申请 API Key。
访问 BigModel 开放平台
注册/登录账号
获取 API Key
| 模型类型 | 模型名称 | 费用类型 | 推荐场景 | | -------- | --------------- | ----------- | -------------------- | | 图像生成 | cogview-3-flash | 免费/低成本 | 快速原型、日常使用 | | 图像生成 | cogview-4 | 付费 | 高质量图像、专业用途 | | 视频生成 | cogvideox-flash | 免费 | 快速视频生成 | | 视频生成 | cogvideox-3 | 付费 | 标准质量视频 |
💡 建议: 开发和测试阶段建议使用免费模型(cogview-3-flash),生产环境根据需求选择付费模型。
设置环境变量:
export IMAGE_VIDEO_GENERATION_API_KEY="your_api_key_here"
export IMAGE_VIDEO_GENERATION_DEFAULT_IMAGE_MODEL="cogview-3-flash"
export IMAGE_VIDEO_GENERATION_DEFAULT_VIDEO_MODEL="cogvideox-flash"
或创建配置文件 .image-video-generation-config.json:
{
"apiKey": "your_api_key_here",
"defaultImageModel": "cogview-3-flash",
"defaultVideoModel": "cogvideox-flash",
"timeout": 30000,
"maxRetries": 3
}
在你的 MCP 客户端配置中添加:
{
"mcpServers": {
"image-video-generation": {
"command": "npx",
"args": ["-y", "image-video-generation-mcp@latest"],
"env": {
"IMAGE_VIDEO_GENERATION_API_KEY": "your_api_key"
},
"type": "stdio"
}
}
}
重要说明: MCP 服务器通过 stdio 进行通信,所以直接运行
npx image-video-generation-mcp@latest会看起来像是"卡住"或"无法运行",这是正常现象。服务器正在等待来自 MCP 客户端的输入。
注意: 模型配置是可选的,如果不设置环境变量,将使用默认模型:
- 默认图像模型:
cogview-3-flash- 默认视频模型:
cogvideox-flash
| 环境变量 | 必需 | 默认值 | 说明 |
| -------------------------------------------- | ---- | ----------------- | ---------------- |
| IMAGE_VIDEO_GENERATION_API_KEY | ✅ | - | API 密钥 |
| IMAGE_VIDEO_GENERATION_DEFAULT_IMAGE_MODEL | ❌ | cogview-3-flash | 默认图像生成模型 |
| IMAGE_VIDEO_GENERATION_DEFAULT_VIDEO_MODEL | ❌ | cogvideox-flash | 默认视频生成模型 |
生成单张图像,支持以下参数:
prompt (必需): 图像描述文本model: 模型选择 (cogview-4, cogview-4-250304, cogview-3-flash)quality: 图像质量 (standard, hd)size: 图像尺寸 (例如 1024x1024)watermark_enabled: 是否添加水印user_id: 用户追踪 ID[新功能] 批量生成多张图像,支持1-100个提示词,具备并行处理能力。
基础参数:
prompts (必需): 提示词数组,最多100个model: 模型选择 (cogview-4, cogview-4-250304, cogview-3-flash)quality: 图像质量 (standard, hd)size: 图像尺寸 (例如 1024x1024)watermark_enabled: 是否添加水印user_id: 用户追踪 ID批次管理参数:
batch_size: 每批处理的提示词数量 (1-20,默认4)parallel: 是否并行处理 (默认true)max_concurrent: 最大并发数 (1-10,默认3)delay_between_batches: 批次间延迟(毫秒,0-10000,默认1000)使用示例:
{
"prompts": ["小猫玩耍", "城市夜景", "程序员工作"],
"model": "cogview-3-flash",
"batch_size": 3,
"parallel": true,
"max_concurrent": 2
}
📖 详细使用指南: BATCH_GENERATION_GUIDE.md
生成视频,支持以下参数:
prompt (必需): 视频描述文本 (最大 512 字符)model: 模型选择 (cogvideox-3, cogvideox-2, cogvideox-flash)quality: 输出质量模式 (speed, quality)size: 视频分辨率 (例如 1920x1080)fps: 帧率 (30, 60)duration: 视频时长 (5, 10 秒)with_audio: 是否启用 AI 生成音频watermark_enabled: 是否控制水印查询异步视频生成任务结果:
task_id (必需): 视频生成任务返回的 ID等待视频生成完成并返回结果:
task_id (必需): 任务 IDmax_wait_time: 最大等待时间 (默认 300000 毫秒)poll_interval: 轮询间隔 (默认 5000 毫秒)配置默认模型和设置:
default_image_model: 默认图像生成模型default_video_model: 默认视频生成模型timeout: 请求超时时间max_retries: 最大重试次数cogview-3-flash (免费模型,快速生成)cogvideox-flash (快速视频生成)# 克隆项目
git clone https://github.com/156554395/image-video-generation-mcp.git
cd image-video-generation-mcp
# 安装依赖
pnpm install
# 开发模式
pnpm dev
# 运行测试
pnpm test
# 构建
pnpm build
# 登录 npm(如果尚未登录)
npm login
# 发布新版本
pnpm release
# 或者手动发布
pnpm build
pnpm test
npm publish
prepublishOnly: 发布前自动构建和测试prepack: 打包前自动构建release: 完整的发布流程(构建 → 测试 → 发布)通过 package.json 中的 files 字段和 .npmignore 文件,发布包将只包含:
包含的文件:
dist/ - 构建后的 JavaScript 和 TypeScript 声明文件README.md - 项目文档LICENSE - 许可证文件排除的文件:
src/ - 源代码目录scripts/ - 开发脚本# 更新补丁版本 (1.0.0 -> 1.0.1)
npm version patch
# 更新次版本 (1.0.0 -> 1.1.0)
npm version minor
# 更新主版本 (1.0.0 -> 2.0.0)
npm version major
# 预发布版本 (1.0.0 -> 1.0.1-beta.0)
npm version prerelease --preid=beta
使用 VS Code 调试配置:
F5 或点击调试面板调试配置选项:
Debug MCP Server: 普通调试模式Debug MCP Server (Break at Start): 启动时暂停Debug Tests: 调试测试代码启动调试服务器:
# 构建项目
pnpm build
# 启动调试(在第一行断点)
pnpm debug:break
# 或者启动调试(不在第一行断点)
pnpm debug
使用 Chrome DevTools:
chrome://inspect使用 Node Inspector:
# 使用 inspector
node --inspect --inspect-port=9229 dist/index.js
# 使用 inspector-brk(启动时暂停)
node --inspect-brk --inspect-port=9229 dist/index.js
# 设置调试环境变量
export NODE_ENV=development
export DEBUG=mcp:*
启动 MCP Inspector:
# 构建项目
pnpm build
# 使用 MCP Inspector(推荐方式)
pnpm inspector
# 或者直接使用 npx
pnpm inspector:direct
MCP Inspector 功能:
Inspector 使用方法:
pnpm inspector 命令console.log() 输出调试信息pnpm dev 进行开发,自动重新编译MIT License - 详见 LICENSE 文件
欢迎提交 Issue 和 Pull Request!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)感谢所有为这个项目做出贡献的开发者!
如果遇到 MCP 连接不上的问题,请检查以下几点:
API Key 配置:确保已正确设置 IMAGE_VIDEO_GENERATION_API_KEY 环境变量
# 测试 API Key 是否正确配置
IMAGE_VIDEO_GENERATION_API_KEY=your_api_key npx image-video-generation-mcp@latest
网络连接:确保能访问 https://open.bigmodel.cn/api
版本问题:使用最新版本
# 清除 npm 缓存并使用最新版本
npm cache clean --force
npx -y image-video-generation-mcp@latest
配置文件格式:确保 MCP 配置文件格式正确
{
"mcpServers": {
"image-video-generation": {
"command": "npx",
"args": ["-y", "image-video-generation-mcp@latest"],
"env": {
"IMAGE_VIDEO_GENERATION_API_KEY": "your_actual_api_key_here"
},
"type": "stdio"
}
}
}
错误日志:如果仍有问题,请查看 MCP 客户端的错误日志
IMAGE_VIDEO_GENERATION_API_KEY 环境变量如有问题,请提交 GitHub Issues。
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/156554395/image-video-generation-mcp#input",
"outputSchemaRef": "https://github.com/156554395/image-video-generation-mcp#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:46:13.043Z",
"sourceUpdatedAt": "2026-02-24T19:46:13.043Z",
"freshnessSeconds": 4431539
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T02:45:12.472Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "image-generation",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "video-generation",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cogview",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cogvideox",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|supported|contract capability:mcp|supported|profile capability:image-generation|supported|profile capability:video-generation|supported|profile capability:ai|supported|profile capability:cogview|supported|profile capability:cogvideox|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:13.043Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "mcp, api_key",
"href": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:13.043Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/156554395/image-video-generation-mcp#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:13.043Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "156554395",
"href": "https://github.com/156554395/image-video-generation-mcp#readme",
"sourceUrl": "https://github.com/156554395/image-video-generation-mcp#readme",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "4 GitHub stars",
"href": "https://github.com/156554395/image-video-generation-mcp",
"sourceUrl": "https://github.com/156554395/image-video-generation-mcp",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-156554395-image-video-generation-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to image-video-generation-mcp and adjacent AI workflows.