INDIVIDUAL MCP TOOL
get_download
**object** Grabs Youtube download links directly from Google Video server valid for 6 hours.
LIVE ENDPOINT
https://mcp.jojapi.com/cloud-api-hub-youtube-downloader
Connect to this endpoint to inspect the live schema for get_download and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.jojapi-cloud-api-hub-youtube-downloader]
url = "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jojapi-cloud-api-hub-youtube-downloader": {
"type": "http",
"url": "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jojapi-cloud-api-hub-youtube-downloader
Remote MCP URL: https://mcp.jojapi.com/cloud-api-hub-youtube-downloader
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": {
"jojapi-cloud-api-hub-youtube-downloader": {
"url": "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jojapi-cloud-api-hub-youtube-downloader": {
"type": "http",
"url": "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jojapi-cloud-api-hub-youtube-downloader",
"transport": "streamable-http",
"url": "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_info— **Object** Gets metainfo from a video.get_mux— **object** Video & Audio Muxer which generates directly downloadable links from a Youtube video.get_info_thumbnails— **object** A map of thumbnail images associated with the video.get_info_channelId— **string** The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.get_info_channelName— **string** Channel title for the channel that the video belongs to.get_info_category— **string** The YouTube video category associated with the video.get_info_viewCount— **unsigned long** The number of times the video has been viewed.get_info_duration— **string** The length of the video.