← Back to Plugins
MCP Server MCP

io.github.n0Sp00n/clipmaster-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx clipmaster-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "clipmaster-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ClipMaster API key (cm_live_...), created in the ClipMaster app under Settings -> API access. Available on paid plans.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIPMASTER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...