io.github.wubin1836/ai-hive-aigc
AI Hive AIGC MCP Server
AI Hive AIGC 是一个基于 Streamable HTTP 的 MCP 服务器,用于商业图片、视频、电商、营销和广告生成。一个服务器即可提供模型发现、媒体上传、图片生成、视频生成、电商工作流、广告/TVC 工作流和任务轮询功能。
AI Hive AIGC MCP 为中文用户和全球开发者提供统一的图片与视频生成入口,覆盖 Nano Banana Pro、GPT Image 2、Seedream、Seedance、MiniMax H3、Wan、HappyHorse,以及电商主图、商品详情页、Listing、PDP、广告、TVC、带货、种草、短剧和漫剧场景。
MCP 端点
https://ai-hive.iclip.cn/api/mcp传输:Streamable HTTP
认证
该公共端点公布 OAuth 2.1 受保护资源元数据,并支持 PKCE。本地参考服务器还支持在请求标头中携带 AI-HIVE API 密钥:
x-ai-hive-api-key: sk-api-...对于本地开发,请设置 AI_HIVE_API_KEY。本地服务器有意允许未认证的 MCP 发现,以便注册中心可以索引工具目录;在用户提供密钥之前,生成调用会安全地失败。
工具
ai_hive_list_modelsai_hive_upload_mediaai_hive_generate_imageai_hive_generate_ecommerce_imageai_hive_generate_videoai_hive_generate_ecommerce_videoai_hive_generate_advertising_videoai_hive_get_task
生成工具是非幂等的,可能会产生费用。收到 task_id 后,请查询该任务,而不是重新提交相同的请求。
本地运行
npm install
npm test
npm start健康检查:GET /health
静态注册表卡片:GET /.well-known/mcp/server-card.json
生产环境的 MCP 由 AI-HIVE 托管,并非从本仓库部署。本仓库提供公共协议参考、工具实现、测试、注册表元数据和政策文档。
Docker
docker build -t ai-hive-mcp .
docker run --rm -p 3000:3000 -e AI_HIVE_API_KEY=sk-api-example ai-hive-mcpSmithery 配置模式
发布时,请使用一个作为 HTTP 标头注入的会话配置字段:
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"title": "AI Hive API Key",
"x-from": { "header": "x-ai-hive-api-key" }
}
},
"required": ["apiKey"]
}许可证
MIT
政策与支持
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 Connectors
MCP server for Wan AI video generation
Generate and manage AI UGC video ads through eleven typed MCP tools
MCP server for MiniMax H3 multimodal 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/wubin1836/ai-hive-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server