# Download Twitter Video > Free tool and API to download videos, GIFs, and images from Twitter/X posts. > Paste a tweet link and get direct MP4 download URLs (up to 1080p Full HD). > No login, no watermark. Includes a REST API and an MCP server for AI agents. ## Use it (humans) - Downloader: https://download-twitter-video.drummerduck.com/ — paste a Twitter/X post URL, pick a quality, download. - Deep link: https://download-twitter-video.drummerduck.com/?url= opens with the link prefilled and auto-extracts. ## REST API - Extract: GET https://download-twitter-video.drummerduck.com/api/extract?url= Returns JSON: { ok, data: { author, text, thumbnail, media:[{ type, variants:[{ quality, url }] }] } } - Download file: GET https://download-twitter-video.drummerduck.com/api/download?url=&quality=1080p Streams the MP4 as a file attachment. - Auth (optional): send "Authorization: Bearer " for higher limits. Anonymous limit: 30/hour, 100/day per IP. Responses include X-RateLimit-* headers. ## MCP server (AI agents) - Endpoint (Streamable HTTP): https://download-twitter-video.drummerduck.com/api/mcp - Tools: - extract_twitter_video({ url }) → all media + direct download URLs - get_tweet_info({ url }) → author, text, timestamp, media metadata - Client config: { "mcpServers": { "twitter-video": { "url": "https://download-twitter-video.drummerduck.com/api/mcp" } } } ## Guides - How to Download a Twitter (X) Video — Free, No App: https://download-twitter-video.drummerduck.com/blog/how-to-download-twitter-video - Download Twitter Videos in 1080p Full HD: https://download-twitter-video.drummerduck.com/blog/download-twitter-video-1080p-hd - How to Download a Twitter GIF (as GIF or MP4): https://download-twitter-video.drummerduck.com/blog/download-twitter-gif - Save Twitter Videos on iPhone (Share Sheet & Shortcuts): https://download-twitter-video.drummerduck.com/blog/save-twitter-video-iphone - Save Twitter Videos on Android with the Share Sheet: https://download-twitter-video.drummerduck.com/blog/save-twitter-video-android - Twitter Video Downloader API (REST): https://download-twitter-video.drummerduck.com/blog/twitter-video-downloader-api - Twitter Video Downloader MCP Server for AI Agents: https://download-twitter-video.drummerduck.com/blog/twitter-video-downloader-mcp-server - Download Twitter Videos with a One-Click Bookmarklet: https://download-twitter-video.drummerduck.com/blog/download-twitter-video-browser-extension ## Notes - Supports x.com and twitter.com links. Download only public content you have the right to use, and respect copyright.