Douyin Creator Platform MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Douyin Creator Platform MCP ServerCheck my login status and publish my new travel article with 'beach.jpg'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
抖音创作者平台 MCP Server
通过 MCP 协议自动化操作抖音创作者平台,实现图文发布、登录状态检查与 Cookie 管理。 刚开始写,后续继续完善,下载打包zip, AI选择添加skill直接调用
功能特性
✅ 图文发布:自动填写标题、正文、上传头图、选择配乐
✅ 登录检查:验证 Cookie 有效性,确认登录状态
✅ Cookie 管理:自动保存登录状态,支持切换账号
✅ 扫码登录:首次使用扫码登录,后续自动保持登录
环境要求
Python 3.8+
Playwright
安装部署
# 安装依赖
pip install -r requirements.txt
# 安装浏览器
playwright install chromium
# 启动服务
python main.py服务启动后:
MCP 端点:
http://127.0.0.1:18061/mcp健康检查:
http://127.0.0.1:18061/health
工具列表
1. check_douyin_login_status
检查抖音创作者平台的登录状态。
参数:无
返回:
logged_in:是否已登录current_url:当前页面 URLcookie_count:Cookie 数量
2. publish_douyin_article
发布图文文章到抖音创作者平台。
参数:
title:文章标题(建议 10-30 字)content:文章正文(必须 ≥100 字)image:头图路径(支持绝对路径和相对路径)
3. clear_douyin_cookies
清除本地保存的抖音登录 Cookie,用于切换账号。
使用流程
首次使用
调用
check_douyin_login_status检查登录状态如未登录,调用
publish_douyin_article触发扫码登录用抖音 APP 扫码完成登录
Cookie 自动保存,后续无需再扫码
日常发布
调用
check_douyin_login_status确认登录状态调用
publish_douyin_article发布文章
注意事项
文章内容必须 ≥100 字
首次使用需要图形界面环境(弹出浏览器扫码)
头图文件必须存在
合理控制发布频率
文件结构
douyin-mcp-server/
├── skill.md # 技能说明
├── main.py # MCP 服务主程序
├── requirements.txt # Python 依赖
├── README.md # 本文件
└── image/ # 图片资源
└── 2.jpg许可证
MIT License
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/hexi4764/douyin-tuwen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server