loading…
Search for a command to run...
loading…
Automates the Douyin Creator Platform to manage login states and publish image-text content via the MCP protocol. It enables users to check authentication statu
Automates the Douyin Creator Platform to manage login states and publish image-text content via the MCP protocol. It enables users to check authentication status, manage cookies, and automate article publishing with titles, text, and images.
通过 MCP 协议自动化操作抖音创作者平台,实现图文发布、登录状态检查与 Cookie 管理。 刚开始写,后续继续完善,下载打包zip, AI选择添加skill直接调用
# 安装依赖
pip install -r requirements.txt
# 安装浏览器
playwright install chromium
# 启动服务
python main.py
服务启动后:
http://127.0.0.1:18061/mcphttp://127.0.0.1:18061/health检查抖音创作者平台的登录状态。
参数:无
返回:
logged_in:是否已登录current_url:当前页面 URLcookie_count:Cookie 数量发布图文文章到抖音创作者平台。
参数:
title:文章标题(建议 10-30 字)content:文章正文(必须 ≥100 字)image:头图路径(支持绝对路径和相对路径)清除本地保存的抖音登录 Cookie,用于切换账号。
check_douyin_login_status 检查登录状态publish_douyin_article 触发扫码登录check_douyin_login_status 确认登录状态publish_douyin_article 发布文章douyin-mcp-server/
├── skill.md # 技能说明
├── main.py # MCP 服务主程序
├── requirements.txt # Python 依赖
├── README.md # 本文件
└── image/ # 图片资源
└── 2.jpg
MIT License
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"douyin-creator-platform-mcp-server": {
"command": "npx",
"args": []
}
}
}