HomeDesign & Media › crabcut-mcp-server

crabcut-mcp-server

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

TypeScript Cloud
★ 2 stars Last pushed 2026-03-15 License: MIT

Topics: Multimedia Process

Connect

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

Package (npm 2.0.7)

npx -y @crabcut/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "crabcut-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crabcut/[email protected]"
      ],
      "env": {
        "CRABCUT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CRABCUT_API_KEY required secret — Your Crabcut API key from app.crabcut.ai/developers

Related servers

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

Data from the Official MCP Registry