Odel
crabcut mcp server

crabcut mcp server

Local
@realcrabcut2TypeScriptMITUpdated 5mo 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@crabcut/mcp-serverv2.0.7

Run

npx -y @crabcut/mcp-server

MCP client config

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