Server data from the Official MCP Registry
Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.
Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages.
13 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sylphxai-video-reader-mcp": {
"args": [
"-y",
"@sylphx/video-reader-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Evidence-first video reading for AI agents — ffprobe, subtitles, scenes, transcripts, and timelines without frame-by-frame LLM vision.
Status: v0.1.0 shipped — read_video MCP tool available.
Orchestrated by smart-reader-mcp — portfolio ADR lives there, not in pdf-reader-mcp.
| Repository | Role |
|---|---|
| pdf-reader-mcp | PDF (production) |
| image-reader-mcp | Image |
| video-reader-mcp (this repo) | Video |
| smart-reader-mcp | Unified read + delegate |
Read (this repo): extract facts, metadata, transcripts, regions, and timelines with provenance — no generative LLM required.
Interpret (out of scope): summarize, classify, or answer open questions — belongs in the agent or an optional remote provider adapter.
Primary tool: read_video
Returns a timeline document per source:
time_ms, text, provenance)scene filter)No per-frame vision LLM calls. No cloud APIs by default.
PATHnpx @sylphx/video-reader-mcp
From source:
bun install
bun run build
bun run start
read_video input{
"sources": [{ "path": "./sample.mp4" }],
"include_subtitles": true,
"include_scenes": true,
"scene_threshold": 0.4
}
MCP_TRANSPORT=http MCP_HTTP_PORT=8080 node dist/index.js
bun install
bun run typecheck
bun test
bun run build
Unit tests mock parsers and do not require ffmpeg in CI. Integration with real media is optional locally.
MIT © SylphxAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.