aviutl2-ai-agent

iuill/aviutl2-ai-agent
★ 0 stars Rust AI/LLM Updated today
AviUtl2のプラグイン。AIエージェントからAviUtl2を操作するためのローカルAPI・CLI・MCP Serverを提供するプラグイン
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aviutl2-ai-agent": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "aviutl2-ai-agent"
      ]
    }
  }
}