Back to Browse

Video Editing Ai MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Video Editing Ai MCP server. Tools: split scenes, generate subtitles, thumbnail data. Built by MEOK

About

Video Editing Ai MCP server. Tools: split scenes, generate subtitles, thumbnail data. Built by MEOK

Security Report

3.2
Use Caution3.2High Risk

The server implements authentication via API keys and rate limiting, which are positive controls. However, several security concerns reduce confidence: the auth_middleware has weak credential storage (plaintext JSON files in ~/.meok), no actual API key validation happens in the main tools (checks are bypassable), the rate limiter uses a predictable hash-based approach vulnerable to timing attacks, and environment variable handling for monetization keys is loose. The server's functionality is benign (video metadata generation) with no dangerous I/O, but the authentication layer—critical for a monetized service—has implementation gaps that undermine its effectiveness. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 13 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-video-editing-ai-mcp": {
      "args": [
        "-y",
        "video-editing-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!