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
By 1000ri-jp
Installation
npx -y atsuraeConfiguration
{
"mcpServers": {
"atsurae": {
"command": "npx",
"args": ["-y", "atsurae"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes