This MCP server processes YouTube videos to create short clips, optimizing them for vertical viewing and adding subtitles.
From the registry: Turn YouTube videos into short-form clips from any AI assistant
Please install the `crabcut` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **CrabCut API key** — Get an API key at app.crabcut.ai/developers. (https://app.crabcut.ai/developers)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@crabcut/mcp-server"]
- required environment variables:
- `CRABCUT_API_KEY`: CrabCut API key (sk_live_...). (example: `sk_live_<your-api-key>`)
- optional environment variables:
- `CRABCUT_API_URL`: API base URL. (example: `https://api.crabcut.ai`)
Note: Also available via Streamable HTTP at https://mcp.crabcut.ai/mcp with Bearer auth.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CRABCUT_API_KEYrequiredAPI key for authentication.Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.