MCP.so
Sign In

Remotion 영상편집 MCP 서버

@smilish67

About Remotion 영상편집 MCP 서버

Remotion editor MCP server

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

smilish67

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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).

Comments

More Other MCP servers