★ 1 stars
JavaScript
💬 Communication
Updated 3d ago
抖音聊天 (Douyin Chat) automation suite — asar injector, HTTP API, MCP server, and persona bridge.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dy-mcp-server": {
"command": "npx",
"args": [
"-y",
"terrytz/dy-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add dy-mcp-server npx -y terrytz/dy-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dy-mcp-server": {
"command": "npx",
"args": [
"-y",
"terrytz/dy-mcp-server"
]
}
}
}