返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

assimilate-mcp

Control Assimilate Live FX / SCRATCH — professional color grading, compositing, and virtual production software — via MCP. 88 tools across 14 categories.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
538
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

assimilate-mcp

# Assimilate MCP Control [Assimilate Live FX / SCRATCH](https://assimilateinc.com) — professional color grading, compositing, and virtual production software — via MCP. Complete 1:1 integration of the [Assimilate REST API](https://github.com/Assimilate-Inc/Assimilate-REST) with 88 tools across 14 categories. ## Prerequisites - [Assimilate Live FX or SCRATCH](https://assimilateinc.com) with REST API enabled - [Node.js](https://nodejs.org) v18+ - Live FX HTTP server enabled: **System Settings → General → Enable HTTP Server** (default port 8080) ## Setup ### MCPorter ```bash mcporter config add assimilate --command npx --args '["-y", "assimilate-mcp"]' mcporter list assimilate ``` ### Claude Desktop Add to `claude_desktop_config.json`: ```json { "mcpServers": { "assimilate": { "command": "npx", "args": ["-y", "assimilate-mcp"] } } } ``` ### Claude Code ```bash claude mcp add assimilate -- npx -y assimilate-mcp ``` ## Configuration | Flag | Env Var | Default | Description | |------|---------|---------|-------------| | `--host` | `ASSIMILATE_HOST` | `127.0.0.1` | Live FX host | | `--port` | `ASSIMILATE_PORT` | `8080` | REST API port | | `--key` | `ASSIMILATE_KEY` | — | Authorization key | | `--timeout` | `ASSIMILATE_TIMEOUT` | `30000` | HTTP timeout (ms) | Example with custom port: ```json { "mcpServers": { "assimilate": { "command": "npx", "args": ["-y", "assimilate-mcp", "--port=9090"] } } } ``` ## Tools (88) | Category | Count | Key Tools | |----------|:-----:|-----------| | **System** | 8 | `get_system` `check_connection` `list_users` `select_user` | | **Projects** | 7 | `list_projects` `enter_project` `create_project` | | **Groups** | 9 | `list_groups` `get_current_group` `create_group` | | **Constructs** | 10 | `list_constructs` `create_construct` `enter_construct` | | **Slots** | 5 | `list_slots` `get_slot` `set_slot` `create_slot` | | **Versions** | 5 | `list_versions` `get_version` `set_version` | | **Shots** | 7 | `get_shot` `set_shot` `create_shot` `import_media` | | **Inputs** | 4 | `get_inputs` `get_input` `set_input` | | **Color Grading** | 5 | `get_grade` `set_grade` `get_framing` `set_framing` | | **Player** | 8 | `enter_timeline` `set_playmode` `enter_shot` `exit_player` | | **Render** | 10 | `start_render` `stop_render` `get_render_status` | | **Outputs** | 6 | `list_outputs` `create_output` `set_output` | | **Snapshots** | 2 | `render_snapshot` `get_shot_metadata` | | **Files** | 2 | `list_directory` `find_media` | ## Usage Examples Talk to your AI assistant in natural language: - *"What projects are available?"* - *"Import the ARRIRAW files from /Volumes/Shuttle/Day_14"* - *"Warm up the gamma on this shot"* - *"Set up ProRes 4444 output and render the timeline"* - *"Take a snapshot of this frame"* ### MCPorter CLI ```bash mcporter call assimilate.check_connection mcporter call assimilate.list_projects mcporter call 'assimilate.enter_project(name: "Commercial_Nike_Q3")' mcporter call assimilate.get_grade ``` ## Remote Access Live FX accepts connections on localhost by default. For remote machines, use an SSH tunnel: ```bash ssh -f -N -L 8080:127.0.0.1:8080 user@livefx-host ``` ## Links - [GitHub](https://github.com/amac-roguelabs/assimilate-mcp) - [npm](https://www.npmjs.com/package/assimilate-mcp) - [Assimilate REST API](https://github.com/Assimilate-Inc/Assimilate-REST) - [Assimilate Inc](https://assimilateinc.com)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 assimilate-mcp-1776305131 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 assimilate-mcp-1776305131 技能

通过命令行安装

skillhub install assimilate-mcp-1776305131

下载

⬇ 下载 assimilate-mcp v1.0.0(免费)

文件大小: 2.2 KB | 发布时间: 2026-4-16 18:14

v1.0.0 最新 2026-4-16 18:14
Initial release of assimilate-mcp.

- Control Assimilate Live FX / SCRATCH via MCP with 88 tools across 14 categories.
- Provides full 1:1 integration with the Assimilate REST API.
- Supports project, color grading, render, player, snapshot, and file management commands.
- Includes setup guides for MCPorter, Claude Desktop, and Claude Code.
- Highly configurable with command-line flags and environment variables.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部