Douyin Mini-Game Connector for AI agents.
10 live capabilities
Manage your casual game backend and player data through natural conversation.
Waiting for input…
Why people use Douyin Mini-Game
Douyin Mini-Game for Automated Game Backend Management
With this Connector, you just talk to your agent. You can ask it to pull the latest retention stats or check if a specific user's saved progress is correct. It handles the API calls for you, turning a multi-step manual workflow into a single conversation.
What Vinkius changes
You get a conversational way to manage your game's backend data without touching the raw API.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resetting bugged player progress
A developer needs to reset a bugged player's progress.
- Real-world use case 02
Checking nickname safety
A moderator sees a suspicious nickname.
- Real-world use case 03
Fetching player rankings
A player wants to see their rank.
Complete set · 10capabilities
The complete Douyin Mini-Game capability set.
These are the exact actions your AI can choose when you ask it to work with Douyin Mini-Game.
01—04
4 capabilities in this set.
Part of 10 available through Douyin Mini-Game.
- 01 Capability
Check content security
Run user-generated text against Douyin's safety policies. This keeps your game compliant with platform rules.
- 02 Capability
Get access token
Grab the necessary server access token. You'll need this to authorize all other API calls.
- 03 Capability
Get user storage
Fetch specific keys or all data from a user's cloud storage. It's how you load saved game progress or settings.
- 04 Capability
Remove user storage
Delete specific keys from a user's cloud data. Use this to reset progress or clear old entries.
05—07
3 capabilities in this set.
Part of 10 available through Douyin Mini-Game.
- 05 Capability
Set user storage
Save new key-value pairs to the user's cloud storage. This is how you persist game scores and settings.
- 06 Capability
Submit score
Send a numeric score to a specific leaderboard. It handles the submission for competitive game features.
- 07 Capability
Code2session
Exchange a login code for a session token. This handles the standard Douyin login flow for your users.
08—10
3 capabilities in this set.
Part of 10 available through Douyin Mini-Game.
- 08 Capability
Get analytics
Get game performance data like DAU and retention rates. It helps you spot trends in player behavior quickly.
- 09 Capability
Get game rank
Fetch a user's current standing on specific leaderboards. Use this to show players where they rank in different modes.
- 10 Capability
Get user info
Pull player nicknames and avatars. It's the go-to capability for personalizing the user experience.
Set up in minutes
One URL. Then ask Douyin Mini-Game to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Douyin Mini-Game 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_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Douyin Mini-Game for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game URL.
- Step 03
Save and start
Save the connection and enable Douyin Mini-Game in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game
Open Agent mode in chat and ask: "Using Douyin Mini-Game, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game
Ask Copilot: "Using Douyin Mini-Game, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game
Open Cascade and ask: "Using Douyin Mini-Game, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"douyin-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game
Ask Cline: "Using Douyin Mini-Game, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add douyin-mini-game --transport http "https://edge.vinkius.com/vk_preview_6hCWg214oYnfpj0ba455WYwYJgW1H4KsX7vDb0Mh/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 Mini-Game
Ask Claude: "Using Douyin Mini-Game, show me...". 10 tools are ready
Where the request belongs
Work Douyin Mini-Game can move forward.
This is for game developers and ops leads who are tired of manual data entry and want to automate the boring parts of game management.
Game Developer
Saves player progress and manages cloud storage during development to avoid writing repetitive backend code.
Analytics Lead
Pulls DAU and retention trends to report to stakeholders without exporting CSVs.
Content Moderator
Checks user-generated text for policy violations quickly to keep the community safe.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDouyin Open Platform
Orchestrate Douyin (TikTok China) content. manage videos, handle comments, and track user analytics directly from any AI agent.
Douyin Local Life API / 抖音生活服务
China's leading local life platform. manage shops, process orders, and verify coupons via AI.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
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.
Douyu
Automate game broadcasting metrics via the Douyu API. monitor live streamer activity, track esports massive bullet-chats, and extract audience retention natively from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Douyin Mini-Game 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 Mini-Game.
The practical details behind the request, access and result.
What does the Douyin Mini-Game MCP actually do?
It connects your game's backend to your AI client. You can manage player saves, check leaderboards, and see analytics without leaving your chat interface.
Can I use this to manage my game's cloud storage?
Yes. You can save, load, and delete player data like progress and settings using the cloud storage capabilities.
How does this help with content moderation?
It lets your agent check user-generated content against Douyin's safety policies automatically, helping you keep your game compliant.
Can I see my game's analytics with this Connector?
Yes, you can pull metrics like DAU and retention rates to see how your game is performing in real-time.
Is this for all types of Douyin content?
No, this is specifically for Douyin Mini-Games. It won't work for short videos or other non-game content.
Do I need to write code to use this?
No. Once you've connected the Connector, you just use natural language to tell your AI client what to do.
How do I get my Douyin Mini-Game App ID and Secret?
Register at the Douyin Open Platform, create a mini-game application, and find your App ID and Secret in the application settings. You'll need entity verification for production deployment.
What is cloud storage used for?
Cloud storage saves user game data (progress, settings, high scores) as key-value pairs. Each user gets their own storage space. Use setUserStorage to save data and getUserStorage to load it. This is essential for cross-device game continuity.
How does content moderation work?
The content security API checks user-generated text (nicknames, chat, custom names) against Douyin's content policies. Submit text via the check_content_security capability and receive a pass/fail result. This is mandatory for games with user-generated content features.
One connection away
Give your agent a direct line to Douyin Mini-Game.
Connect Douyin Mini-Game once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available