Douyin Open Platform Connector for AI agents.
10 live capabilities
Manage your Douyin content and audience analytics from a single chat interface.
Waiting for input…
Why people use Douyin Open Platform
Douyin Open Platform for Chinese Social Media Analytics
With this Connector, you just tell your agent to summarize your recent video performance or find trending topics. You get a cohesive view of your Douyin presence in a single chat window, letting you spend more time creating and less time auditing.
What Vinkius changes
You get a direct bridge to Douyin data without having to navigate the complex developer portal manually.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Content Audit
A creator asks the agent to list all videos and show play counts to see which ones need a follow-up video.
- Real-world use case 02
The Community Manager
A manager asks the agent to find comments on a new video and reply to all questions about pricing.
- Real-world use case 03
The Market Researcher
An agency asks the agent to search for 'street food' videos to see what competitors are doing in China.
Complete set · 10capabilities
The complete Douyin Open Platform capability set.
These are the exact actions your AI can choose when you ask it to work with Douyin Open Platform.
01—04
4 capabilities in this set.
Part of 10 available through Douyin Open Platform.
- 01 Capability
Get live analytics
Pull historical data from your past live streaming sessions. Use this to see how your live shows performed.
- 02 Capability
Get user info
Fetch the basic profile details for your authorized account. This confirms your account's current status.
- 03 Capability
Get video analytics
Pull play counts and engagement rates for specific videos. This helps you identify which content is actually resonating with your audience.
- 04 Capability
List comments
See all the comments left on a specific video in one list. You can use this to monitor fan sentiment quickly.
05—07
3 capabilities in this set.
Part of 10 available through Douyin Open Platform.
- 05 Capability
List fans
Get a list of followers for your authorized Douyin account. It helps you see who is following your brand.
- 06 Capability
List following
See which accounts your profile is currently following. Use this to track your own social connections.
- 07 Capability
List videos
Get a complete list of all videos you've uploaded to the platform. This keeps your content library organized.
08—10
3 capabilities in this set.
Part of 10 available through Douyin Open Platform.
- 08 Capability
Reply comment
Send a direct reply to a fan's comment on one of your videos. It makes community management much faster.
- 09 Capability
Search videos
Find public videos on Douyin based on specific keywords or trends. Use this for market research.
- 10 Capability
Get audience analytics
Get a breakdown of follower demographics and audience data. This helps you understand your core audience.
Set up in minutes
One URL. Then ask Douyin Open Platform to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Douyin Open Platform from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Douyin Open Platform, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Douyin Open Platform for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Douyin Open Platform URL.
- Step 03
Save and start
Save the connection and enable Douyin Open Platform in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Douyin Open Platform
Open Agent mode in chat and ask: "Using Douyin Open Platform, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Douyin Open Platform
Ask Copilot: "Using Douyin Open Platform, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Douyin Open Platform
Open Cascade and ask: "Using Douyin Open Platform, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Douyin Open Platform
Ask Cline: "Using Douyin Open Platform, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add douyin-open-platform --transport http "https://edge.vinkius.com/vk_preview_GxPxnssRiQ34DHaf6Q3Eq62Mr5EByggkC0J4kP46/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Douyin Open Platform
Ask Claude: "Using Douyin Open Platform, show me...". 10 tools are ready
Where the request belongs
Work Douyin Open Platform can move forward.
This is for social media managers and content creators who are overwhelmed by the manual work of managing a Douyin account and need to scale their engagement in the Chinese market.
Content Creator
Checks video performance and follower growth daily to decide what to film next.
Marketing Agency
Pulls demographic reports and trend data for clients based in China.
Social Media Manager
Handles hundreds of fan comments and replies to keep the community active.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDouyin Mini-Game
Douyin mini-game developer API. manage cloud storage, leaderboards, user sessions, and content moderation for casual games.
Douyin Local Life API / 抖音生活服务
China's leading local life platform. manage shops, process orders, and verify coupons via AI.
Dailymotion
Manage your Dailymotion account. audit videos, playlists, and followers via AI.
iQiyi Open Platform / 爱奇艺开放平台
China's leading video platform. retrieve user info, VIP status, and search content via AI.
Tubular
Analyze social video performance across YouTube, Facebook, and TikTok with audience insights and competitive benchmarking.
TikTok Ads
Equip your AI agent with direct access to TikTok Ads. manage campaigns, track ad performance, and optimize spend without opening TikTok Ads Manager.
Bring your own AI
Change the model, client or framework. Keep Douyin Open Platform connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Douyin Open Platform.
The practical details behind the request, access and result.
What is the Douyin Open Platform MCP for?
It connects your AI agent to the Douyin platform so you can manage your videos, reply to fan comments, and pull audience analytics directly from a chat interface.
Can I use it to reply to fans on Douyin?
Yes, you can use it to see comments on your videos and send direct replies to your followers to keep your community engaged.
Does it work for TikTok in the US?
No, this Connector is specifically for the Douyin platform in China. It will not work with the global TikTok app.
How do I get my audience data with this Connector?
The Connector can pull detailed follower demographics and historical streaming stats so you can see exactly who is watching your content.
Can I search for what's trending on Douyin?
Yes, you can ask your agent to search for public videos on Douyin using specific keywords to help you spot new trends in the Chinese market.
Is it hard to set up the Douyin Open Platform MCP?
It requires creating a developer account and getting your keys, but once those are in place, your agent handles all the data fetching for you.
Can my AI automatically reply to comments on specific videos?
Yes! Use the reply_comment capability with the video's item_id and the specific comment_id. Your agent will send the text reply directly to the Douyin platform.
How do I obtain the 'open_id' for a user?
The open_id is a unique identifier for a user within your application. It is typically returned along with the access_token during the standard Douyin OAuth 2.0 authorization process.
Can I search for trending videos using this Connector?
Yes! Use the search_videos capability with specific keywords. Your agent will return a list of public videos matching your query, along with their metadata and statistics.
Can I search for trending videos using this MCP?
Yes! Use the search_videos capability with specific keywords. Your agent will return a list of public videos matching your query, along with their metadata and statistics.
One connection away
Give your agent a direct line to Douyin Open Platform.
Connect Douyin Open Platform once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available