Product Introduction
Kuaizi MCP Server has created a seamless integration of LLM Agents and the capabilities of the Kuaizi SaaS platform. Through six core service interfaces, it empowers the commercial video production process in all aspects. From AI script generation, Lingguangsuo creative mining, Zhijing video structure analysis, to one-click automatic synthesis of finished videos, intelligent slicing of long videos and multi-language AI dubbing, we provide users with end-to-end video content production solutions.
Below is a virtual simplified usage scenario to help users understand the capabilities of various tools in Kuaizi MCP service:
Traditional Workflow
After receiving a beauty client's request, editor Xiao Lin manually searches for popular video inspirations, spends 3 hours writing storyboard scripts, and rents additional microscopic equipment to reshoot product close-ups due to unfamiliarity with laboratory shots. During editing, he repeatedly adjusts transition effects, and after exporting, he adjusts video dimensions and subtitle positions for Douyin and Xiaohongshu respectively, taking a total of 48 hours.
Agent Intelligent Workflow
- Xiao Lin inputs the client's requirements to the Agent, and the Agent uses Inspiration Search to automatically generate keywords "mask makeup test/oily skin extreme challenge"
- After importing competitive hit videos to the Agent, the Agent uses the Smart Mirror analysis tool to break down the "pain point amplification + data endorsement + ordinary person comparison" structure
- Based on Xiao Lin's requirements, the Agent uses the AI script generation tool to output storyboards: virtual laboratory microscopic animation opening (0-3 seconds) + blogger wearing mask sports footage (4-12 seconds) + AI-generated 12-hour makeup retention dynamic chart (13-15 seconds)
- Finally, the Agent uses one-click video creation to automatically compose horizontal and vertical versions, simultaneously adding "makeup smudge sound effects" and dynamic large subtitles, with the Douyin version additionally generating Sichuan-Chongqing dialect dubbing
Efficiency Leap
The production time is compressed from 2 days to 90 minutes, and the finished video simultaneously tops Douyin's beauty rankings and Xiaohongshu's popular searches.
Capability Introduction
AI Script Generation
Input video topics and keywords to automatically generate structured video scripts including shot grouping, scene descriptions, and voice-over scripts.
Inspiration Search
Input product or industry keywords to generate relevant marketing inspirations and content strategy reports through AI analysis of internet-wide data.
Smart Mirror Video Analysis
Input popular video links to intelligently analyze video structure and generate reusable creative script templates.
One-Click Video Creation
Input product materials and core selling points to automatically compose multiple versions of marketing videos with AI dubbing, subtitles, and background music.
Usage Methods
Using in Cursor
Add the following configuration to .cursor/mcp.json
in your Cursor project:
{
"mcpServers": {
"mcp-server-kuaizi": {
"url": "http://dev-mcp-video.kuaizi.co/sse"
},
"Other tools": {
"...": "..."
}
}
}
Using in Trae
Find the MCP configuration page in your Trae AI assistant settings and manually add the custom MCP configuration JSON as follows:
{
"mcpServers": {
"mcp-server-kuaizi": {
"url": "http://dev-mcp-video.kuaizi.co/sse"
},
"Other tools": {
"...": "..."
}
}
}
Using in Other MCP Clients
You can also use it in any other MCP Client by properly configuring the Server SSE connection as http://dev-mcp-video.kuaizi.co/sse to connect to the Kuaizi MCP Server.