Skip to content
Cursor

clipmaster mcp for Cursor

io.github.n0sp00n/clipmaster-mcp

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

client:Cursor transport:stdio runtime:pypi

Install clipmaster mcp in Cursor

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

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

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

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

clipmaster mcp in other clients