Skip to content
Cursor

StudioMeyer Video for Cursor

io.studiomeyer/video

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

client:Cursor transport:stdio runtime:npm

Install StudioMeyer Video in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

StudioMeyer Video in other clients