atsurae
AIが、あつらえる — AI-crafted video editing
MCP Server for AI-powered video editing. Let Claude, GPT, or any AI agent edit videos through natural language.
Quick Start
# Install with pip
pip install atsurae
# Or with uv
uv pip install atsuraeClaude Desktop Configuration
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"atsurae": {
"command": "python",
"args": ["-m", "atsurae"],
"env": {
"ATSURAE_API_URL": "https://api.atsurae.ai",
"ATSURAE_API_KEY": "your-api-key"
}
}
}
}Then restart Claude Desktop. You can now edit videos through conversation.
Features — 10 MCP Tools
| Tool | Description |
|---|---|
atsurae_inspect |
View project state at 3 detail levels: L1 summary, L2 structure, L3 full timeline |
atsurae_edit |
Add, move, trim, transform, and delete clips on the timeline |
atsurae_audio |
Manage audio tracks — volume, ducking, BGM, narration |
atsurae_semantic |
High-level operations: close_all_gaps, snap_to_previous, reorder_clips |
atsurae_batch |
Execute up to 20 operations atomically in a single call |
atsurae_preview |
Get visual preview frames, event points, and before/after diffs |
atsurae_analyze |
Quality analysis — detect gaps, pacing issues, composition problems |
atsurae_render |
Start, monitor, and download video renders |
atsurae_history |
View operation history and rollback changes |
atsurae_pipeline |
End-to-end AI video creation pipeline |






