MCP.so
登录

Remotion 영상편집 MCP 서버

@smilish67

关于 Remotion 영상편집 MCP 서버

Remotion editor MCP server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

smilish67

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Remotion 영상편집 MCP 서버?

Remotion 영상편집 MCP 서버 is a web‑based video editing platform powered by Remotion. It exposes direct editing capabilities through the Model Context Protocol (MCP), allowing AI agents or client applications to programmatically manage media, timelines, and rendering.

How to use Remotion 영상편집 MCP 서버?

Install the package with npm install, then start the development server with npm run dev. Use an MCP client to send requests to the server’s endpoints—for example, session.create to start a session, media.upload to add files, timeline.create_track to build a timeline, and render.export to output the final video.

Key features of Remotion 영상편집 MCP 서버

  • Media upload with automatic metadata extraction (resolution, duration, file size)
  • Automatic thumbnail generation for video and image files
  • Multitrack timeline (video, audio, subtitle tracks) with frame‑level precision
  • Drag‑and‑drop media placement and real‑time preview
  • Clip trimming, splitting, moving, and automatic overlap resolution
  • Undo/redo for all editing operations
  • 2D transforms (position, size, rotation, opacity) and layer management
  • Keyframe animation and transition effects (fadeIn, fadeOut, slide)

Use cases of Remotion 영상편집 MCP 서버

  • Generate automated video edits directed by an AI assistant via MCP
  • Build custom video editing workflows that integrate with external tools
  • Prototype and preview video compositions programmatically without a UI

FAQ from Remotion 영상편집 MCP 서버

What media file formats are supported?

MP4, MOV, AVI, MP3, WAV, JPG, and PNG.

What is the default frame rate?

The server operates at 30 frames per second (30fps).

How do I run the server?

Run npm run dev after installing dependencies with npm install.

Can I undo editing actions?

Yes, the server provides edit.undo and edit.redo endpoints to revert or reapply changes.

How is the video rendered?

Send a render.export request to export the current timeline as a video file (e.g., MP4 at high quality).

评论

其他 分类下的更多 MCP 服务器