Skip to main content
Glama
dlyrr
by dlyrr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAPCUT_DRAFT_ROOTNoOverride the default CapCut draft root directory. Defaults to %LOCALAPPDATA%\CapCut\User Data\Projects\com.lveditor.draft on Windows and ~/Movies/CapCut/User Data/Projects/com.lveditor.draft on macOS.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
capcut_list_projectsA

List the CapCut projects in the local draft library, newest first, with duration, resolution and track count. Start here — every other tool takes a project name from this list.

capcut_read_projectA

Read one project's timeline: every track, and every segment on it with its start time, duration, speed and the material it plays. Times are in seconds.

capcut_project_mediaA

List the source files a project references, with size, and whether each still exists on disk. Use this to find edits broken by moved or deleted media.

capcut_create_projectA

Build a new CapCut project from video files, laid end to end on one track, each optionally trimmed. Creates a new project only — it never modifies an existing one, and refuses if a project of that name is already there. CapCut must be closed. Open the result in CapCut to confirm it loads.

capcut_detect_beatsA

Find the tempo and beat times of any file with audio. Returns BPM, the spacing between beats, and every beat in seconds. Useful on its own for deciding how long cuts should be.

capcut_create_beat_editA

Build a new project whose cuts land on the beat. Cut lengths come from the detected tempo; the footage for each cut is sampled evenly across the source, so a short edit surveys the whole video rather than its opening. Same safety rules as capcut_create_project.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/dlyrr/capcut-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server