Video Analyzer runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from pypi. Last commit 10 Mar 2026.
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add video-analyzer -- uvx video-analyzer-mcp
{
"mcpServers": {
"video-analyzer": {
"args": [
"video-analyzer-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.video-analyzer]
command = "uvx"
args = ["video-analyzer-mcp"]
{
"mcpServers": {
"video-analyzer": {
"args": [
"video-analyzer-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"video-analyzer": {
"args": [
"video-analyzer-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.