Kuaishou 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 Kuaishou Mini-Game
Kuaishou Mini-Game Backend Management for Game Developers
This Connector puts all those controls into a single chat. You can ask your agent to check user storage, submit scores, or pull engagement metrics in one go. You get a unified way to oversee your game's health without the tab-switching fatigue.
What Vinkius changes
You get a conversational interface for your Kuaishou game backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Analyzing player drop-off points
A dev needs to see why players leave at level 5.
- Real-world use case 02
Automated content screening
A moderator sees a suspicious comment.
- Real-world use case 03
Updating high scores
A player finishes a run.
Complete set · 10capabilities
The complete Kuaishou Mini-Game capability set.
These are the exact actions your AI can choose when you ask it to work with Kuaishou Mini-Game.
01—04
4 capabilities in this set.
Part of 10 available through Kuaishou Mini-Game.
- 01 Capability
Get analytics
Pulls engagement data like DAU and retention metrics for your game. It helps you see how players are interacting with your content.
- 02 Capability
Get game config
Fetches remote configuration settings for feature flags and balancing. Use this to update game parameters without a new build.
- 03 Capability
Get leaderboard
Retrieves player rankings and scores from your specific game boards. It provides a snapshot of your top-performing players.
- 04 Capability
Get user info
Pulls profile details for a Kuaishou user using their access token. Use this to personalize the experience for your players.
05—07
3 capabilities in this set.
Part of 10 available through Kuaishou Mini-Game.
- 05 Capability
Get user storage
Fetches specific fields or all data from a user's cloud storage. This is your primary way to read saved game progress.
- 06 Capability
Report event
Sends custom analytics events to track specific player actions. Use this to monitor unique milestones or interactions.
- 07 Capability
Set user storage
Saves game progress, high scores, or user preferences to the cloud. This ensures player data persists across sessions.
08—10
3 capabilities in this set.
Part of 10 available through Kuaishou Mini-Game.
- 08 Capability
Submit score
Sends a numeric score to a specific leaderboard for your game. This is the standard way to update your competitive rankings.
- 09 Capability
Code2session
Swaps a Kuaishou login code for a session token to authenticate users. This handles the standard login flow for your mini-game.
- 10 Capability
Check content
Scans user-generated text for policy violations to keep your game safe. Use this to automate basic moderation for your community.
Set up in minutes
One URL. Then ask Kuaishou Mini-Game to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kuaishou 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_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kuaishou Mini-Game for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game URL.
- Step 03
Save and start
Save the connection and enable Kuaishou Mini-Game in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaishou-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game
Open Agent mode in chat and ask: "Using Kuaishou Mini-Game, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaishou-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game
Ask Copilot: "Using Kuaishou Mini-Game, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaishou-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game
Open Cascade and ask: "Using Kuaishou Mini-Game, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaishou-mini-game": {
"url": "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game
Ask Cline: "Using Kuaishou Mini-Game, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kuaishou-mini-game --transport http "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/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 Kuaishou Mini-Game
Ask Claude: "Using Kuaishou Mini-Game, show me...". 10 tools are ready
Where the request belongs
Work Kuaishou Mini-Game can move forward.
This is for the game dev who's tired of manual data entry and the analytics lead who needs to see player retention without opening five different tabs.
Game Developer
Manages cloud saves and leaderboard updates during live operations.
Analytics Lead
Monitors DAU and retention metrics to adjust game balance in real-time.
Content Moderator
Quickly checks user-generated text for policy compliance 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 ConnectorsAccelByte
Manage game backend services via AccelByte. handle users, achievements, leaderboards, and orders directly from your AI agent.
Nakama
Automate your game backend via Nakama. manage authentication, user profiles, social features, and storage directly from any AI agent.
Leiting Games
Leading game publisher and developer platform. manage submissions, track performance, and audit compliance via AI.
ThinkingData / 数数科技
Dominant games and app analytics platform. query events, audit users, and track data via AI.
4399 Open Platform
Manage 4399 Open Platform game distribution. validate logins, query orders, and handle leaderboards directly from any AI agent.
NetEase Cloud Gaming
Manage NetEase Cloud Gaming sessions. orchestrate server instances, monitor user quotas, and scaling capacity directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Kuaishou 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 Kuaishou Mini-Game.
The practical details behind the request, access and result.
Can I use the Kuaishou Mini-Game MCP to manage my game's cloud saves?
Yes, it lets your agent read and write to Kuaishou's cloud storage. You can ask it to save player progress, high scores, or personal settings.
How does the Kuaishou Mini-Game MCP handle user authentication?
It handles the standard login flow by exchanging codes for session tokens. This allows your AI client to act on behalf of the logged-in user.
Can I see my game's DAU with the Kuaishou Mini-Game MCP?
Yes, you can pull real-time analytics including daily active users and retention trends. It helps you see how your audience is interacting with the game.
Does the Kuaishou Mini-Game MCP help with content moderation?
It has a capability to check user-generated text for policy violations. This makes it much easier to keep your community safe from offensive content.
Can I change game settings without a new update using Kuaishou Mini-Game MCP?
Yes, you can fetch remote configuration settings for feature flags and balancing. This lets you tweak the game experience on the fly.
How do I connect my Kuaishou Mini-Game account to my AI?
You just need your App ID and Secret to link the Connector to your agent. Once connected, you can manage your backend through natural conversation.
How do I get my Kuaishou Mini-Game credentials?
Register at the Kuaishou Open Platform, create a mini-game application, and find your App ID and App Secret in the application settings.
What monetization models are supported?
Kuaishou supports IAA (In-App Advertising) with rewarded videos and interstitial ads, as well as IAP (In-App Purchases). Revenue split is 89% for paid traffic and 30% for organic traffic.
How does cloud storage work?
Cloud storage saves user game data as key-value pairs. Each user gets their own storage space. Use set_user_storage to save and get_user_storage to load data. Essential for cross-device game continuity.
One connection away
Give your agent a direct line to Kuaishou Mini-Game.
Connect Kuaishou 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