Back to Home
yc-w-cn icon

douyin-mcp-server

by yc-w-cn

Overview

The Douyin MCP Server provides tools to parse Douyin video share links, extract watermark-free download URLs, download video files, and retrieve video information, designed for self-use or integration with automation tools.

Installation

Run Command
pnpx @yc-w-cn/douyin-mcp-server

Environment Variables

  • WORK_DIR

Security Notes

The `DouyinProcessor.parseShareUrl` function directly uses the user-provided `shareText` (after extracting the first URL via a broad regex) in an `axios.get` request. This initial request is not strictly validated against known Douyin domains before execution. This makes the server vulnerable to Server-Side Request Forgery (SSRF), where a malicious `share_link` could compel the server to make requests to arbitrary internal or external hosts. While subsequent logic attempts to construct Douyin-specific URLs, the first network request is a direct SSRF vector.

Similar Servers

Stats

Interest Score14
Security Score6
Cost ClassLow
Avg Tokens200
Stars1
Forks0
Last Update2025-12-25

Tags

douyintiktokvideo downloadMCPautomation