Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIANYING_EXENo剪映程序路径,用于检测版本
JIANYING_DRAFT_ROOTYes剪映草稿根目录
JIANYING_MCP_TRANSPORTNo默认 'stdio',也可使用 'sse' 或 'streamable-http'stdio
JIANYING_MCP_WORK_ROOTYes暂存和参考蓝图目录

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_jianying_capabilitiesA

返回已验证、禁用和首版未纳入的能力,并检测本机剪映版本。规划前必须调用。

analyze_reference_draftA

读取一个明文参考草稿并提取剪辑蓝图。加密草稿会明确拒绝,不会猜测内容。

build_draftA

一次提交紧凑编辑清单并生成新草稿。

manifest 结构:

  • draft: {name, width?, height?, fps?}

  • tracks: [{type, name, segments:[...]}]

  • srt_imports?: [{source, track_name?, style?, clip?}]

轨道 type 支持 video/audio/text/sticker/effect/filter。时间字段使用 start、duration; 媒体可加 source_start/source_duration、speed。具体字段见 Skill 的 manifest-schema.md。 默认 dry_run=true,只在暂存区完整构建和校验;确认后传 false 发布到剪映草稿目录。

build_from_referenceA

复制可读参考草稿的剪辑蓝图,并按轨道与片段下标替换素材或文本。

replacements 项:{track_type, track_name? 或 track_index?, segment_index, source, source_start?, source_duration?}。text_replacements 项:{track_name? 或 track_index?, segment_index, text, recalc_style?}。

batch_from_templateB

基于一个明文模板批量生成草稿。每个 job 包含 name、replacements、text_replacements。

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/Xanthus-Sanslab/jianying-ai-mcp'

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