HomeMarketing & E-Commerce › InstantClips

InstantClips

Create branded vertical video ads from ecommerce product URLs or product photos.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://app.instantclips.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http instantclips-mcp https://app.instantclips.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "instantclips-mcp": {
      "url": "https://app.instantclips.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional: sign in through OAuth when the client offers it (the server announces the flow on its 401); otherwise a Bearer token from app.instantclips.ai/settings#ai-access.

Package (npm 1.6.0)

npx -y instantclips-mcp@1.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "instantclips-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "instantclips-mcp@1.6.0"
      ],
      "env": {
        "INSTANTCLIPS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • INSTANTCLIPS_TOKEN required secret — Bearer token from app.instantclips.ai/settings#ai-access

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry