Content
# AviUtl MCP
[AviUtl](https://spring-fragrance.mints.ne.jp/aviutl/)
is a software group that enables operation through
[MCP (Model Context Protocol)](https://modelcontextprotocol.io/).
## Operating Environment
The following AviUtl environment is assumed.
- AviUtl 1.10
- Extended Editing 0.92
In addition, the following are required for this software to operate.
- Microsoft Visual C++ Redistributable Package
- [uv](https://docs.astral.sh/uv/)
- Your preferred MCP host (such as Claude Desktop)
## Usage
1. Place `mcp.auf` in the `plugins` folder of AviUtl.
2. Configure the MCP server of AviUtl MCP on the MCP host (such as Claude Desktop).
3. Launch AviUtl and operate it from the MCP host.
### Claude Desktop Configuration
The following configuration is provided as an example of how to use Claude Desktop as an MCP host.
1. Add the following content to `%APPDATA%\Claude\claude_desktop_config.json`.
Modify the `C:\\path\\to` part according to your environment.
```json
{
"mcpServers": {
"aviutl_mcp": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\to\\aviutl-mcp\\mcp_server",
"run",
"mcp",
"run",
"C:\\path\\to\\aviutl-mcp\\mcp_server\\main.py"
]
}
}
}
```
2. Restart Claude Desktop.
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...