douyin-mcp-server
This MCP server extracts watermark-free video links and captions from Douyin.
The Douyin MCP server allows users to download high-quality, watermark-free videos from Douyin links. It utilizes AI voice recognition to automatically extract captions from the audio of the videos. Users can access the server through a modern web interface, making it easy for anyone to use without technical knowledge. Additionally, it supports large files by automatically segmenting audio that exceeds certain limits, ensuring smooth processing. With integration capabilities for AI applications like Claude Desktop, this server provides a versatile solution for both casual users and developers. It offers multiple usage methods, including a user-friendly WebUI, a command-line interface for batch processing, and direct API calls for integration into other applications. The server is designed to enhance the user experience with features like easy API key configuration and the ability to export extracted captions in Markdown format.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"douyin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-douyin-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions