🌐 在线体验 / Try Online: web-ai-media-editor.cn | web-ai-media-editor.xyz
Chat Editor MCP Server 是 Web AI Media Editor 的 MCP (Model Context Protocol) 桥接服务,让你可以在 Kiro 或 Cursor 等 AI IDE 中直接控制视频编辑器。
🔗 编辑器地址:
- 🔗 双向通信 - AI IDE 与 Editor 实时同步
- 🎯 完整工具集 - 支持所有编辑操作(添加素材、剪辑、特效、关键帧等)
- 📸 视觉验证 - AI 可截取时间线画面验证效果
- 🔄 状态同步 - 自动将编辑器状态注入 AI 上下文
- 🌐 本地/远程 - 支持本地开发和远程服务器两种模式
- 访问 web-ai-media-editor.cn
- 点击顶部 MCP 按钮
- 下载 MCP Server 安装包
- 解压后运行
npm install - 用 Kiro 或 Cursor 打开解压后的文件夹
- 打开网页,MCP 会自动连接
git clone https://github.com/laozuzhen/chat-editor-mcp-server.git
cd chat-editor-mcp-server
npm install在 .kiro/settings/mcp.json 或 Cursor 的 MCP 配置中添加:
{
"mcpServers": {
"editor": {
"command": "node",
"args": ["./index.js"],
"env": {}
}
}
}| 工具 | 说明 |
|---|---|
add_element |
添加素材/文字/HTML/相机到时间线 |
edit_clip |
移动/裁剪/分割/删除片段 |
set_clip_property |
设置属性或关键帧动画 |
set_project_config |
设置分辨率/帧率/时长 |
batch_edit |
批量操作/涟漪编辑 |
apply_timeline_edits |
一次性应用时间线 JSON |
inspect_timeline |
查询时间线状态 |
get_assets |
获取素材库列表 |
analyze_asset |
分析素材详细信息 |
capture_preview |
截取时间线画面 |
capture_asset_frame |
截取素材帧/Filmstrip |
transcribe_audio |
语音转文字 |
extract_audio |
从视频提取音频 |
本地模式(默认)
Editor 前端 → ws://localhost:9527 → MCP Server → Kiro/Cursor
远程模式
EDITOR_WS_URL=wss://your-domain.com/mcp-ws node index.jsChat Editor MCP Server is the MCP (Model Context Protocol) bridge for Web AI Media Editor, enabling you to control the video editor directly from AI IDEs like Kiro or Cursor.
🔗 Editor URLs:
- 🔗 Bidirectional Communication - Real-time sync between AI IDE and Editor
- 🎯 Complete Toolset - All editing operations (add assets, cut, effects, keyframes, etc.)
- 📸 Visual Verification - AI can capture timeline frames to verify results
- 🔄 State Sync - Automatically inject editor state into AI context
- 🌐 Local/Remote - Support both local development and remote server modes
- Visit web-ai-media-editor.cn
- Click the MCP button in the toolbar
- Download the MCP Server Package
- Extract and run
npm install - Open the folder with Kiro or Cursor
- Open the webpage, MCP will connect automatically
git clone https://github.com/laozuzhen/chat-editor-mcp-server.git
cd chat-editor-mcp-server
npm installAdd to .kiro/settings/mcp.json or Cursor's MCP config:
{
"mcpServers": {
"editor": {
"command": "node",
"args": ["./index.js"],
"env": {}
}
}
}| Tool | Description |
|---|---|
add_element |
Add assets/text/HTML/camera to timeline |
edit_clip |
Move/trim/split/delete clips |
set_clip_property |
Set properties or keyframe animations |
set_project_config |
Set resolution/fps/duration |
batch_edit |
Batch operations/ripple edit |
apply_timeline_edits |
Apply timeline JSON at once |
inspect_timeline |
Query timeline state |
get_assets |
Get asset library list |
analyze_asset |
Analyze asset details |
capture_preview |
Capture timeline frames |
capture_asset_frame |
Capture asset frames/Filmstrip |
transcribe_audio |
Speech to text |
extract_audio |
Extract audio from video |
Local Mode (Default)
Editor Frontend → ws://localhost:9527 → MCP Server → Kiro/Cursor
Remote Mode
EDITOR_WS_URL=wss://your-domain.com/mcp-ws node index.jsMIT
