Are you the author? Sign in to claim
A Model Context Protocol (MCP) server for video quality analysis, providing objective metrics such as PSNR, SSIM, and ar
An MCP (Model Context Protocol) Server for video quality analysis and transcoding effect comparison.
pip install -r requirements.txt
python main.py
The server communicates with clients via stdio protocol.
Add the following to your Cursor MCP configuration file:
{
"mcpServers": {
"video-quality": {
"command": "python",
"args": ["/path/to/video-quality-mcp/main.py"]
}
}
}
Parse video file metadata and encoding parameters.
Input:
path (string): Path to video fileOutput:
Analyze video GOP structure and frame type distribution.
Input:
path (string): Path to video fileOutput:
Compare quality metrics between two video files.
Input:
reference (string): Path to reference videodistorted (string): Path to video to evaluateOutput:
Analyze video artifacts and perceptual quality proxy metrics.
Input:
target (string): Path to target videoreference (string, optional): Path to reference video (optional)Output:
Generate comprehensive transcoding effect assessment report.
Input:
source (string): Path to source videotranscoded (string): Path to transcoded videoOutput:
requirements.txtFor Chinese documentation, see README.zh.md.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows