VMAFX — perceptual video quality assessment. Modernized fork-evolved with SYCL/CUDA/HIP/Vulkan/Metal backends, tiny-AI models, MCP server, cloud-native (k8s/Helm) deployment. Dual-licensed BSD-3-Clause-Plus-Patent OR MIT.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vmafx": {
"command": "npx",
"args": [
"-y",
"VMAFx/vmafx"
]
}
}
}
Run in terminal:
claude mcp add vmafx npx -y VMAFx/vmafx
Add to .cursor/mcp.json:
{
"mcpServers": {
"vmafx": {
"command": "npx",
"args": [
"-y",
"VMAFx/vmafx"
]
}
}
}