Content Tools
tubechop.com
Creates a public clip link for a specified time range in a YouTube video.
ENDPOINT 1
https://tubechop.com/mcp
MCP server metadata
- Name
- TubeChop
- Version
- 0.1.0
Create short, shareable clips from public YouTube videos. TubeChop uses the official YouTube player and does not download, modify, or re-host the source video. Before calling create_youtube_clip, confirm the exact start and end times with the user. Created clips are public and free clips expire after seven days. Always tell the user the returned expiration date. If they need the clip for longer and upgrade_available is true, provide the returned upgrade_url. The manage_url is a single-use, short-lived browser handoff; give it to the user if they may want to claim the clip.
Known tools 1
create_youtube_clipCreates a public TubeChop link for an exact time range in a public YouTube video.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tubechop]
url = "https://tubechop.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tubechop": {
"type": "http",
"url": "https://tubechop.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tubechop
Remote MCP URL: https://tubechop.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tubechop": {
"url": "https://tubechop.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tubechop": {
"type": "http",
"url": "https://tubechop.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tubechop",
"transport": "streamable-http",
"url": "https://tubechop.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.