mcpbeat Sign in

Claude Real Video MCP Server

by huangchihhungleo Your server? Claim it
local only

Claude Real Video runs on your own machine — the client starts it, so there is no endpoint to ping. 1 443 installs a week from pypi. Last commit 31 Aug 2026.

Let any LLM watch a video locally — and search everything it has ever watched.

Installs per day peak 1 226 · avg 360 · -31% w/w
a month agotoday
1 443
Installs / week
pypi · claude-real-video
2129
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, errors="replace")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add claude-real-video -- uvx claude-real-video
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-real-video": {
      "args": [
        "claude-real-video"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-real-video]
command = "uvx"
args = ["claude-real-video"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-real-video": {
      "args": [
        "claude-real-video"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claude-real-video": {
      "args": [
        "claude-real-video"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Claude Real Video

same job, measured the same way
Klaket MCP
by huseyinstif

Let AI agents watch videos: local transcripts, speakers, scenes, chapters and moment search

22 installs/wk local only
Grounder
by rozetyp

Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.

160 installs/wk local only
Spool
by kim-ocean-hz

Your local project library: hand any AI a project pack, search it, and write findings back.

local only
Video Transcriber
by nhatvu148

Transcribe videos from 1000+ platforms or local files offline, and search across every transcript

local only
Secret MCP
by yyeongjin

Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.

29 installs/wk local only
PromptBranch
by promptbranch

Local-first MCP server for versioning, searching, evaluating, and improving AI prompts.

632 installs/wk local only
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

122 installs/wk local only
Video Editing MCP
by burningion

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

186 installs/wk local only

Claude Real Video — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Real Video?
Claude Real Video runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package claude-real-video was installed 1 443 times last week.
How do I connect Claude Real Video?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls claude-real-video straight from pypi; nothing to host, nothing to sign up for.
How many people use Claude Real Video?
The pypi package claude-real-video was installed 1 443 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Real Video open source?
Yes — it is published under the MIT licence, written in Python and 2 129 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.