
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@crabcut/mcp-server
Advanced tools
MCP server for Crabcut AI video clip generation — turn YouTube videos into short-form clips from any AI assistant
Turn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP.
You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.
CRABCUT_API_KEY=sk_live_... npx @crabcut/mcp-server
That's it. The server connects via stdio and works with any MCP-compatible client.
Add this to your Claude config (claude_desktop_config.json):
{
"mcpServers": {
"crabcut": {
"command": "npx",
"args": ["@crabcut/mcp-server"],
"env": {
"CRABCUT_API_KEY": "sk_live_..."
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"crabcut": {
"command": "npx",
"args": ["@crabcut/mcp-server"],
"env": {
"CRABCUT_API_KEY": "sk_live_..."
}
}
}
}
npx @smithery/cli mcp add crabcut/crabcut-mcp-server
For n8n, custom integrations, or any client that supports remote MCP servers:
https://mcp.crabcut.ai/mcpAuthorization: Bearer sk_live_...| Tool | Description |
|---|---|
generate_clips | Submit a YouTube URL, returns an array of clips with titles, durations, scores, and download URLs. Waits for completion by default. |
get_project_status | Returns current status (pending/processing/completed/failed) and clips array for a project. |
list_projects | Returns a paginated list of projects with IDs, statuses, source URLs, and clip counts. |
get_clip | Returns full clip details: title, duration, score, subtitle text, export status, and video URL. |
download_clip | Returns a signed download URL for a clip. Triggers export automatically if needed. |
check_usage | Returns current plan, remaining credits, total credits, and usage period. |
"Make clips from this video"
Just paste a YouTube link in the chat. The assistant will call generate_clips and return your clips when they're ready.
"Only clip the first 5 minutes"
Use start_time: 0 and end_time: 300 to process a specific segment.
Each minute of video you process costs credits. You can check your balance anytime with check_usage. Buy credits at crabcut.ai/pricing.
| Variable | Required | Default |
|---|---|---|
CRABCUT_API_KEY | Yes | — |
CRABCUT_API_URL | No | https://api.crabcut.ai |
https://api.crabcut.ai/api/v1MIT
FAQs
MCP server for Crabcut AI video clip generation — turn YouTube videos into short-form clips from any AI assistant
The npm package @crabcut/mcp-server receives a total of 46 weekly downloads. As such, @crabcut/mcp-server popularity was classified as not popular.
We found that @crabcut/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.