Vlexor MCP Server
Official@velxor/mcp
一个 MCP(模型上下文协议)服务器,让 Claude Code、Cursor 及其他支持 MCP 的智能体能够直接在编码会话中驱动 Vlexor 的三大支柱——AI 视频编辑、游戏资产生成和动态图形制作。
视频编辑基于您自己的素材运行:您的原始视频永远不会离开您的机器——只有您的指令文本(以及可选的转录文本)会被发送到 Vlexor 以生成编辑方案,该方案会被编译为真实的 FFmpeg 命令并完全在本地渲染。资产生成和动态图形则在服务器端渲染(因为没有需要保护的本地素材),并返回一个带签名的下载 URL——可选择直接保存到本地路径。
设置
在 Vlexor → 设置 → MCP 与 API 生成个人 API 密钥。
如果尚未安装 FFmpeg,请先安装(macOS 上使用
brew install ffmpeg,或将VLEXOR_FFMPEG_DIR指向包含ffmpeg/ffprobe的文件夹)。将以下内容添加到 MCP 客户端的配置中:
{
"mcpServers": {
"vlexor": {
"command": "npx",
"args": ["-y", "@velxor/mcp"],
"env": { "VLEXOR_API_KEY": "vlx_…" }
}
}
}Related MCP server: Cognitive Core
工具
支柱 1 — 视频编辑(本地渲染;素材不上传):
probe_media— 读取本地视频的时长、分辨率、帧率、编码格式。generate_edit_plan— 自然语言指令 → 结构化编辑方案(调用真实的 Vlexor 命令引擎;计入您的套餐使用量)。compile_edit_plan— 编辑方案 → 真实的 FFmpeg 命令,完全在本地计算。render— 在本地运行编译后的命令以生成最终视频。
典型的智能体流程:probe_media → generate_edit_plan →(审查步骤)→ compile_edit_plan →(审查 FFmpeg 命令)→ render。
支柱 2 — 资产生成(服务器端渲染):
generate_game_asset— 提示词 → 纹理、2D 角色、精灵表、3D 模型(.glb)、音效、音乐曲目、视差背景或角色转面图。返回带签名的下载 URL;传入savePath可同时将文件写入本地。
支柱 3 — 动态图形(服务器端渲染):
generate_motion_graphic— 简短的创意简报 → 渲染后的动态标题.mp4(公告/宣传卡片)。返回带签名的下载 URL;传入savePath可同时将文件写入本地。
环境变量
变量 | 必需 | 默认值 | 用途 |
| 是 | — | 来自设置 → MCP 与 API 的个人 API 密钥 |
| 否 |
| 覆盖用于自托管/开发实例 |
| 否 | (系统 | 包含 |
关于此仓库
此包是连接 MCP 客户端与 Vlexor 真实托管 API 的轻量集成层——此处的每个工具调用都是一个普通、可检查的 HTTP 请求(您可以在 src/api-client.ts 中准确查看哪些数据离开了您的机器)。它是开放的,以便通过它传递 API 密钥的智能体开发者能够自行验证。
Vlexor 平台本身——编辑引擎、AI 提示设计、资产/动态图形生成管道——是闭源的。此包中的一些导入(@velxor/engine 的 FFmpeg 方案编译器、@velxor/shared 的类型定义)来自该私有代码库,并未单独发布,因此此仓库无法独立运行 pnpm install/构建——它仅供阅读,并通过预构建的 npm 包(npx -y @velxor/mcp)运行,而非从此检出编译。
欢迎提交关于 MCP 集成层本身(工具模式、错误处理、本地 FFmpeg 编排)的问题和拉取请求。
许可证
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
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents with persistent, multi-layer memory, multi-agent collaboration rooms, and video generation, all accessible via MCP tools.1MIT
- FlicenseNot gradedqualityAmaintenanceAI-native video composition and VFX engine that exposes its capabilities as MCP tools, enabling AI agents to act as directors and create videos programmatically.
- FlicenseNot gradedqualityBmaintenanceLocal-first AI video editing engine controlled by MCP-compatible AI hosts, enabling AI to inspect footage, propose edits, modify multitrack projects, and render locally while keeping user control.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Google Veo AI video generation
Generate, edit and upscale AI video and images from any agent via VicSee.
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/Open2Loop/vlexor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server