Odel
lumiclip mcp server

lumiclip mcp server

Local
@lumiclipTypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lumiclip/mcp-serverv3.0.0

Run

npx -y @lumiclip/mcp-server

MCP client config

{
  "mcpServers": {
    "lumiclip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lumiclip/mcp-server"
      ]
    }
  }
}