MCP.so
登录
T

TubePull

@miketwalker

关于 TubePull

Download video or audio from YouTube, TikTok, Twitter/X, SoundCloud, Vimeo, Twitch, Streamable, Bandcamp, Mixcloud, and Dailymotion — from any MCP-compatible AI assistant (Claude Desktop, Claude Code, Cursor, Windsurf, Cline, ChatGPT-via-MCP, Perplexity, Continue, Zed, LibreChat,

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

miketwalker

提交者

Mike Walker

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tubepull": {
      "url": "https://tubepull.com/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is TubePull?

TubePull is a hosted MCP (Model Context Protocol) server that lets an AI assistant download video or audio files to disk from ten supported platforms: YouTube, TikTok, Twitter/X, Vimeo, Twitch, Streamable, Dailymotion, SoundCloud, Bandcamp, and Mixcloud. It’s designed for users of MCP-compatible AI assistants (Claude Desktop, Cursor, Windsurf, etc.) who want to save media by speaking a natural-language command.

How to use TubePull?

Configure your MCP client to point at the remote endpoint https://tubepull.com/mcp. For Claude Desktop, add a "url": "https://tubepull.com/mcp" entry in claude_desktop_config.json under the server name "tubepull". Then ask the assistant to download a video or audio track using a URL from a supported platform.

Key features of TubePull

  • Two tools: download_video and get_video_info
  • No SDK or local binary needed – pure JSON-RPC over HTTPS
  • Supports 10 platforms: YouTube, TikTok, Twitter/X, Vimeo, Twitch, Streamable, Dailymotion, SoundCloud, Bandcamp, Mixcloud
  • Returns a signed one‑time download link valid for 1 hour
  • Free tier: 3 downloads per 24h per client; Unlimited tier for $3.99/month removes caps and unlocks 1440p/4K

Use cases of TubePull

  • Download a YouTube video as MP4 or MP3 for offline viewing/listening
  • Save a TikTok clip or Twitch VOD to disk from an AI assistant
  • Extract audio from a SoundCloud, Bandcamp, or Mixcloud track
  • Archive a Streamable, Vimeo, or Dailymotion video with one voice command
  • Get video metadata (title, channel, duration, license) before deciding to download

FAQ from TubePull

Which platforms does TubePull support?

YouTube, TikTok, Twitter/X, Vimeo, Twitch, Streamable, Dailymotion, SoundCloud, Bandcamp, and Mixcloud. Playlists, sets, albums, channels, and profile pages are not supported – use single video/track URLs only.

Is there a free tier and what are its limits?

Yes. The free/anonymous tier allows 3 downloads per 24 hours per MCP client. The Unlimited tier ($3.99/month) removes this cap, unlocks 1440p and 4K video, and allows videos longer than 2 hours.

How does the download work?

The download_video tool returns a signed one‑time download link valid for 1 hour. The assistant presents the link to the user, who clicks it to receive the file.

What are the audio format rules for SoundCloud, Bandcamp, and Mixcloud?

These platforms have no video stream. Passing format: "mp4" silently coerces to m4a (audio). Pass format: "mp3" for MP3 output. The smart alias "audio" resolves to M4A with no server‑side transcode.

How can I verify the server is live?

Send a POST request to https://tubepull.com/mcp with a JSON‑RPC initialize payload. A successful response will contain serverInfo.name == "tubepull" and other details.

评论

AI 与智能体 分类下的更多 MCP 服务器