@metag/mcp
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., "@@metag/mcpMake a draft video from the prompt: 'a day in the life of a bee'."
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.
@metag/mcp
把一句话变成一支片子,然后交给人去剪。
METAG 的 MCP 服务器。生成走我们自研的引擎(单镜约 3 秒画面,成本比调用同类 API 低一个数量级),剪辑走一个真实的时间线 —— 而这两件事之间是通的: agent 生成的每一镜都记得自己是怎么来的,人在时间线上右键就能把某一镜重拍掉。
装
现在就能用(包托管在我们自己的 CDN 上,不需要 npm 账号):
# Claude Code
claude mcp add metag -- npx -y https://s3.metag.ai/metag/metag/cli/metag-mcp-latest.tgz
# 其它 MCP 客户端(Claude Desktop / Cursor / Codex …)
{
"mcpServers": {
"metag": {
"command": "npx",
"args": ["-y", "https://s3.metag.ai/metag/metag/cli/metag-mcp-latest.tgz"]
}
}
}想钉死版本就把 latest 换成具体版本号,例如 metag-mcp-0.1.0.tgz ——
那个地址是不可变的,latest 会跟着更新走。
发布到 npm 之后会变成 npx -y @metag/mcp,上面的地址继续可用。
不需要先去弄 API key。 第一次调用时会弹浏览器登录,token 存在
~/.metag/token(0600),之后不再打扰你。
Related MCP server: atsurae
它给 agent 什么
工具 | 什么时候用 |
| 用户要一支片子。0 credits —— 先出草案给人看,别直接花人家的钱 |
| 需要人的品味了(挑镜、调节奏、加自己的素材)。浏览器直接弹到那条时间线 |
| 用户说"第三镜不对"。只重拍那一镜,别重生成整条片子把人剪好的东西扔掉 |
| 看候选与质量分、定版。定版可逆,换下去的那条留着 |
| 取逐镜提示词与旁白。和 Studio 导出的是同一份文档,可交给人也可喂回去重建 |
| 直接出片(立即扣费)与轮询 |
| 要先给人看报价时走这条 |
| 改图、配音、查余额 |
完整参数见 https://metag.ai/docs。工具清单由服务端下发,这个包不维护副本 —— 所以服务端加了工具,你不用升级它。
环境变量
变量 | 作用 |
| 直接给 token,跳过浏览器登录(CI 用) |
| 不弹浏览器。工具照样返回链接,能力不减 |
| 网关地址,默认 |
计费
草案免费。出片按镜计费,订阅用户用自研引擎不按条计费(有公平使用上限)。 生成失败自动退还。价格以 https://metag.ai/#pricing 为准。
许可
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-qualityDmaintenanceA creative agent that plans and executes across image, video, and audio. Uses 30+ tools, orchestrates 20+ AI models, and does agentic timeline editing.Last updatedMIT- Alicense-qualityDmaintenanceEnables AI agents to edit videos through natural language, providing tools for timeline editing, audio management, rendering, and more.Last updated2MIT
- Flicense-qualityAmaintenanceAI-native video composition and VFX engine that exposes its capabilities as MCP tools, enabling AI agents to act as directors and create videos programmatically.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to edit video assemblies from A-roll and B-roll, add captions, and publish to social media platforms.Last updated18MIT
Related MCP Connectors
Make videos and docs with your AI agent — describe what you need, every output stays editable.
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Create videos with prompts, and use Rendley’s video editor to adjust anything you need.
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/metagai/metag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server