io.github.wubin1836/ai-hive-aigc
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., "@io.github.wubin1836/ai-hive-aigcGenerate a product image for my new sneaker on a white background"
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.
AI Hive AIGC MCP Server
AI Hive AIGC is a Streamable HTTP MCP server for commercial image, video, e-commerce, marketing and advertising generation. One server exposes model discovery, media upload, image generation, video generation, e-commerce workflows, advertising/TVC workflows and task polling.
AI Hive AIGC MCP 为中文用户和全球开发者提供统一的图片与视频生成入口,覆盖 Nano Banana Pro、GPT Image 2、Seedream、Seedance、MiniMax H3、Wan、HappyHorse,以及电商主图、商品详情页、Listing、PDP、广告、TVC、带货、种草、短剧和漫剧场景。
MCP endpoint
https://ai-hive.iclip.cn/api/mcpTransport: Streamable HTTP.
Related MCP server: Jimeng MCP Server
Authentication
The public endpoint advertises OAuth 2.1 protected-resource metadata and supports PKCE. The local reference server also supports an AI-HIVE API key in the request header:
x-ai-hive-api-key: sk-api-...For local development, set AI_HIVE_API_KEY. The local server intentionally allows unauthenticated MCP discovery so registries can index the tool catalog; generation calls fail safely until a user provides a key.
Tools
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
Generation tools are non-idempotent and can incur charges. After receiving a task_id, query that task instead of resubmitting the same request.
Run locally
npm install
npm test
npm startHealth check: GET /health
Static registry card: GET /.well-known/mcp/server-card.json
The production MCP is hosted by AI-HIVE and is not deployed from this repository. This repository provides the public protocol reference, tool implementation, tests, Registry metadata and policy documents.
Docker
docker build -t ai-hive-mcp .
docker run --rm -p 3000:3000 -e AI_HIVE_API_KEY=sk-api-example ai-hive-mcpSmithery configuration schema
When publishing, use a session configuration field injected as an HTTP header:
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"title": "AI Hive API Key",
"x-from": { "header": "x-ai-hive-api-key" }
}
},
"required": ["apiKey"]
}License
MIT
Policies and support
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
Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.
MCP server for Qwen Image 3 AI image generation
MCP server for Wan AI video generation
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.41MIT
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server for AI image and video generation using Jimeng AI, enabling text-to-image, image composition, text-to-video, and image-to-video through Claude Desktop and other MCP clients.78-
- FlicenseNot gradedqualityBmaintenanceMCP server enabling AI agents to generate AI videos and images, analyze video content, and download videos from Douyin and Xiaohongshu.-
- 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