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...
open-computer-use
MCP server that gives any LLM its own computer — managed Docker workspaces...
agentic-chatops
3-tier agentic ChatOps (n8n + GPT-4o + Claude Code) implementing all 21...
pump-fun-sdk
Token creation launching, bonding curve trading, AMM migration, tiered fees,...