← Back to Plugins
MCP Server MCP

io.github.lumiclip/lumiclip

github By github 👁 1 views ▲ 0 votes

Turn YouTube videos into short-form clips from any AI assistant

Homepage Verified source GitHub

Install

npx -y @lumiclip/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lumiclip/mcp-server",
      "version": "3.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Lumiclip API key from app.lumiclip.ai/developers",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LUMICLIP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...