Back to Apps

TurboPush MCP
by xueyc1f
Connect AI agents to publish content across 20+ platforms including WeChat, Douyin, Bilibili, and X (Twitter).
0 stars
Works in:Codex
Exposes:Tools
What it does
Acts as a bridge between AI agents and the TurboPush service, allowing agents to manage accounts and publish content across a vast array of social media and content platforms using a unified interface.
Tools
list_platforms: Get a list of all supported publishing platforms.list_logged_accounts: Retrieve accounts that are currently authenticated.create_article: Create a new text-based post or article.publish_article: Send a created article to specific target accounts.publish_video: Publish video content to supported platforms like Douyin or YouTube.list_records: Retrieve history and status of previous publications.
Installation
Run the following installation script:
curl -fsSL https://raw.githubusercontent.com/xueyc1f/turbopush-mcp/main/install.sh | sh
Alternatively, add to configuration:
{
"mcpServers": {
"turbo-push": {
"command": "/path/to/turbo-push-mcp"
}
}
}
Supported hosts
- claude
- codex
Quick install
curl -fsSL https://raw.githubusercontent.com/xueyc1f/turbopush-mcp/main/install.sh | shInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add turbo-push-mcp binary path to your AGENTS.md or mcp config.Claude Desktop
{
"mcpServers": {
"turbo-push": {
"command": "/absolute/path/to/turbo-push-mcp"
}
}
}





