Skip to main content
Glama

douyin-mcp-server

by yzfly

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOUYIN_API_KEYYesAPI key for speech recognition service (required for text extraction)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
douyin_text_extraction_guide抖音视频文本提取使用指南

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_douyin_download_link
获取抖音视频的无水印下载链接 参数: - share_link: 抖音分享链接或包含链接的文本 返回: - 包含下载链接和视频信息的JSON字符串
extract_douyin_text
从抖音分享链接提取视频中的文本内容 参数: - share_link: 抖音分享链接或包含链接的文本 - model: 语音识别模型(可选,默认使用paraformer-v2) 返回: - 提取的文本内容 注意: 需要设置环境变量 DASHSCOPE_API_KEY
parse_douyin_video_info
解析抖音分享链接,获取视频基本信息 参数: - share_link: 抖音分享链接或包含链接的文本 返回: - 视频信息(JSON格式字符串)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yzfly/douyin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server