MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx avc-test-py-mcp
MCP client config
{
"mcpServers": {
"avc-test-py-mcp": {
"command": "uvx",
"args": [
"avc-test-py-mcp"
]
}
}
}Run
npx -y avc-test-js-mcp
MCP client config
{
"mcpServers": {
"avc-test-py-mcp": {
"command": "npx",
"args": [
"-y",
"avc-test-js-mcp"
]
}
}
}