jianying-ai-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIANYING_EXE | No | 剪映程序路径,用于检测版本 | |
| JIANYING_DRAFT_ROOT | Yes | 剪映草稿根目录 | |
| JIANYING_MCP_TRANSPORT | No | 默认 'stdio',也可使用 'sse' 或 'streamable-http' | stdio |
| JIANYING_MCP_WORK_ROOT | Yes | 暂存和参考蓝图目录 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_jianying_capabilitiesA | 返回已验证、禁用和首版未纳入的能力,并检测本机剪映版本。规划前必须调用。 |
| analyze_reference_draftA | 读取一个明文参考草稿并提取剪辑蓝图。加密草稿会明确拒绝,不会猜测内容。 |
| build_draftA | 一次提交紧凑编辑清单并生成新草稿。 manifest 结构:
轨道 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Xanthus-Sanslab/jianying-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server