Back to MCP Servers

Atsurae

AI-powered video editing MCP server with 10 tools for timeline editing, 5-layer compositing, semantic operations, and FFmpeg rendering (1920x1080, 30fps H.264+AAC).

multimedia-processai

Installation

npx -y atsurae

Configuration

{
  "mcpServers": {
    "atsurae": {
      "command": "npx",
      "args": ["-y", "atsurae"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub