Lazynext MCP Server
什么是 Lazynext?
Lazynext 是一款本地优先、智能体原生的 AI 视频编辑器。它将对话式 AI 智能体与专业时间线编辑整合到同一工作空间中。每一次编辑都会写入项目中的真实轨道、片段、转场、字幕、特效和媒体文件。您可以继续手动编辑、撤销或重做更改、保存版本,或将项目交给另一个智能体。
Lazynext = 本地视频项目 + 多轨道时间线 + AI 智能体 + MCP + 可投入生产的导出。
主要特性
智能体原生:内置智能体和外部 MCP 智能体共享相同的编辑工具。
真实时间线:支持多条视频和音频轨道、转场、特效、LUT、缩放和关键帧。
基于转录的编辑:逐词转录、基于文本的剪切、停顿处理、说话人识别以及关联字幕。
生成与媒体:图像、视频、语音、音乐、音效以及在线媒体搜索。
动态图形与 WebGL:可编辑的动态模板、自定义着色器、视觉效果和转场。
视觉几何:浏览器内人物分割和人脸安全区域——字幕自动避开说话人,重构图跟随主体,叠加图形落在空白区域。
可投入生产的导出:MP4、音频、字幕、FCPXML 以及完整的项目数据。
本地优先:默认情况下,项目和媒体保留在您的机器上,而 API 密钥则保留在服务端。
Related MCP server: Omni-Video Studio MCP
快速开始
前提条件
Node.js 24(使用
fnm或nvm安装)cmake(用于在 macOS 上从源码构建 whisper.cpp)
安装与运行
git clone https://github.com/Lazynext-Platform/Lazynext.git
cd Lazynext
npm ci
cp .env.example .env
npm run dev编辑器将在 http://localhost:5199 打开。
配置
编辑 .env 文件,为您想要启用的功能添加 API 密钥:
AI 聊天:
LLM_ANTHROPIC_API_KEY、LLM_OPENAI_API_KEY或任何支持的提供商生成:
IMAGE_API_KEY、ELEVENLABS_API_KEY、MUREKA_API_KEY、SEEDANCE_API_KEY素材库:
PEXELS_API_KEY、PIXABAY_API_KEY、UNSPLASH_ACCESS_KEY云端转录:
ASSEMBLYAI_API_KEY
编辑器无需任何 API 密钥即可运行——只是在添加密钥之前,您无法使用 AI 聊天、生成或素材库功能。
桌面应用
为 macOS、Windows 和 Linux 构建原生安装程序:
npm run desktop:dist # macOS arm64
npm run desktop:dist:mac-x64 # macOS x64
npm run desktop:dist:win # Windows
npm run desktop:dist:linux # Linux智能体 / MCP
Lazynext 在 http://localhost:5199/api/external-mcp/mcp 暴露了一个 Streamable HTTP MCP 端点。
连接外部智能体(如 Codex 或 Claude Code):
启动 Lazynext,打开 设置 → MCP 复制 bearer token。
在您的智能体客户端中注册 MCP 服务器。
使用
lazynext_status→list_projects→target_project→begin_edit_session→ 编辑工具 →review_edit_session。
核心能力
领域 | 能力 |
时间线 | 多轨道编辑、移动、修剪、分割、波纹编辑、吸附、关键帧、标记、撤销、重做 |
视觉效果 | WebGL 特效、LUT、色度键、缩放、转场、自定义着色器 |
音频 | 多条音频轨道、音效、背景音乐、画外音、响度、自动闪避、人声分离 |
转录 | 转录任务、逐词编辑、停顿压缩、搜索、说话人、片段视图 |
字幕 | 自动字幕、命名样式、翻译、时间线叠加、SRT 导出 |
动态图形 | 内置模板、安全沙箱、自定义模板、视频渲染 |
AI 生成 | 图像、视频、语音、音乐、音效任务,带进度追踪 |
媒体 | 上传、文件夹、在线图像/视频/音频搜索 |
导出 | MP4、音频、字幕、FCPXML、项目导入/导出、硬件加速 H.264 编码 |
智能体 | 内置对话式智能体、技能、基于提案的编辑、外部 MCP |
许可证
版权所有 © 2026 Lazynext。保留所有权利。
文档
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 Servers
- Alicense-qualityDmaintenanceEnables AI agents to edit videos through natural language, providing tools for timeline editing, audio management, rendering, and more.2MIT
- FlicenseAqualityBmaintenanceEnables AI agents to edit video using text-based proxies, motion graphics via Hyperframes, and advanced FFmpeg rendering, turning any LLM IDE into a professional video editor.4
- AlicenseAqualityCmaintenanceEnables AI agents to edit video assemblies from A-roll and B-roll, add captions, and publish to social media platforms.2710MIT
- Alicense-qualityBmaintenanceEnables AI agents to control video editing software (剪映/CapCut and Adobe Premiere Pro) through a unified interface, supporting operations like material import, clip splitting, subtitle addition, effects, transitions, audio mixing, and export.10MIT
Related MCP Connectors
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Agentic video editing on real footage: cut, caption, reframe, score, and export at full quality.
Make videos and docs with your AI agent — describe what you need, every output stays editable.
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/Lazynext-Platform/Lazynext'
If you have feedback or need assistance with the MCP directory API, please join our Discord server