Back to Browse

Video MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.

About

Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.

Security Report

4.2
Use Caution4.2High Risk

This is a legitimate video processing MCP server built on ffmpeg and Playwright with reasonable security controls. The codebase demonstrates good practices around URL validation, credential handling via environment variables, and permission scoping. However, there are moderate concerns around arbitrary shell command execution through ffmpeg arguments and insufficient input validation on some user-controlled parameters that could lead to command injection or unsafe file operations. Supply chain analysis found 3 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-studiomeyer-video": {
      "args": [
        "-y",
        "@studiomeyer/mcp-video"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!