Odel
StudioMeyer Video

StudioMeyer Video

Local
@studiomeyer-io5TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@studiomeyer/mcp-videov1.0.3

Run

npx -y @studiomeyer/mcp-video

MCP client config

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