PluginBench
MCP Server
Active
MIT

Video Reader MCP MCP Server

io.github.SylphxAI/video-reader-mcp

What is the Video Reader MCP MCP server?

Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.

How to install Video Reader MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "video-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/video-reader-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "video-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/video-reader-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "video-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/video-reader-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "video-reader-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/video-reader-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add video-reader-mcp -- npx -y @sylphx/video-reader-mcp

Related MCP servers

Local-first PDF reading for AI agents with citeable page and bounding box evidence.

895
TypeScript
MIT
View repository →

Evidence-first image MCP. Agent Media Twin with metadata and citeable OCR evidence.

2
TypeScript
MIT
View repository →

Sniff format and delegate to Sylphx Reader siblings for unified media read.

0
TypeScript
MIT
View repository →