Extracts watermark-free Douyin video links and captions. Converts video audio to text. Integrates with Douyin's API to fetch video data. Useful for developers building video analysis or content aggregation tools.
Extracts watermark-free Douyin video links and captions. Converts video audio to text. Integrates with Douyin's API to fetch video data. Useful for developers building video analysis or content aggregation tools.
pip install douyin-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"yzfly-douyin-mcp-server-github": {
"command": "uvx",
"args": [
"pip install douyin-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from douyin?"
API Key Required
This server requires an API key from douyin. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DOUYIN_API_KEY | Yes | Your douyin API key |
"What resources are available in douyin?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in douyin"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in douyin with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.