Skip to content
Zed

clipmaster mcp for Zed

io.github.n0sp00n/clipmaster-mcp

AI video clipping with ClipMaster (clipmaster.app): clips, exports, scheduling.

client:Zed transport:stdio runtime:pypi

Install clipmaster mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "clipmaster-mcp": {
      "command": "uvx",
      "args": [
        "clipmaster-mcp"
      ],
      "env": {
        "CLIPMASTER_API_KEY": "<CLIPMASTER_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clipmaster mcp in other clients