Crabcut
Rank #26374glama/realcrabcut/crabcut-mcp-server
Turn YouTube videos into short-form clips with AI-powered highlight detection and vertical reframing.
Crabcut is a Model Context Protocol (MCP) server published by realcrabcut. It ranks #26374 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Crabcut is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 32,458 of 58,832 servers on MCP Toplist.
Use Crabcut
Add Crabcut to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"crabcut-mcp-server": {
"url": "https://mcp.crabcut.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"crabcut-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crabcut/mcp-server"
],
"env": {
"CRABCUT_API_KEY": "<your CRABCUT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
realcrabcut
Available versions (3)
| Version | Published |
|---|---|
| 2.0.7 | Mar 15, 2026 |
| 1.0.3 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Crabcut?
- Turn YouTube videos into short-form clips with AI-powered highlight detection and vertical reframing.
- Who maintains Crabcut?
- Crabcut is maintained by realcrabcut, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Crabcut an official MCP server?
- Yes — Crabcut is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Crabcut have?
- MCP Toplist tracks 3 versions of Crabcut, most recently published on Mar 15, 2026.
- Where can I find the source code for Crabcut?
- The source code for Crabcut is hosted at github.com/realcrabcut/crabcut-mcp-server.