Skip to main content
Glama
wubin1836

io.github.wubin1836/ai-hive-aigc

by wubin1836

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_models

  • ai_hive_upload_media

  • ai_hive_generate_image

  • ai_hive_generate_ecommerce_image

  • ai_hive_generate_video

  • ai_hive_generate_ecommerce_video

  • ai_hive_generate_advertising_video

  • ai_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-mcp

Smithery 配置模式

发布时,请使用一个作为 HTTP 标头注入的会话配置字段:

{
  "type": "object",
  "properties": {
    "apiKey": {
      "type": "string",
      "title": "AI Hive API Key",
      "x-from": { "header": "x-ai-hive-api-key" }
    }
  },
  "required": ["apiKey"]
}

许可证

MIT

政策与支持

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all MCP Connectors

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/wubin1836/ai-hive-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server