douyin-automation-mcp
v1.0.1
Published
Douyin publishing, analytics, and comment workflow MCP server for Claude Code and compatible clients.
Downloads
41
Maintainers
Readme
Douyin End-to-End Operations MCP Server
Douyin publishing, analytics, and comment workflow tools for Claude Code and compatible MCP clients.
Features
- Publish Douyin articles with optional music and topic tags
- Publish Douyin videos with optional scheduling metadata
- Check login state and fetch account stats
- Read comments and reply to comments
- Store local browser cookies for repeat sessions
Install
Claude Code plugin
This repository includes Claude plugin metadata. Install it directly from the repo:
/plugin install https://github.com/Edisonzszs/douyin-mcpMCP only
Run the MCP server directly:
npx -y douyin-automation-mcpOr add it manually to your MCP config:
{
"mcpServers": {
"douyin-automation": {
"command": "npx",
"args": ["-y", "douyin-automation-mcp"]
}
}
}Tools
douyin_check_logindouyin_publish_articledouyin_publish_videodouyin_account_statsdouyin_get_commentsdouyin_reply_comment
Login flow
On first use the server opens a browser so you can sign in to Douyin Creator Center. Cookies are stored locally at ~/.douyin/cookies.json.
Notes
- Keep cookies private.
- Use conservative publishing frequency.
- Follow Douyin platform rules.
- Treat publishing and comment actions as user-directed operations, not unattended bulk automation.
Development
npm install
npm run build
npm run devLicense
MIT
