ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Kuaishou Mini-Game with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

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.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Kuaishou Mini-Game.

  1. 01

    Get game config

    Useful for remote config, feature flags, and game balancing parameters. Get game configuration settings

  2. 02

    Get user storage

    Specify keys to fetch specific fields, or omit to fetch all. Retrieve user game data from Kuaishou cloud storage

  3. 03

    Set user storage

    Use this to save game progress, settings, high scores, or user preferences. Save user game data to Kuaishou cloud storage

  4. 04

    Submit score

    The score is a numeric value. The leaderboard_id identifies which leaderboard to submit to. Submit a game score to the Kuaishou leaderboard

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Kuaishou Mini-Game.

  1. 05

    Check content

    Essential for games with user-generated content. Check user-generated content for policy violations

  2. 06

    Code2session

    This is the standard Kuaishou login flow: the mini-game client calls ks.login() to get a code, then the server exchanges it for the user session. Exchange login code for Kuaishou user session

  3. 07

    Get analytics

    Get game analytics data (DAU, retention, etc.)

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Kuaishou Mini-Game.

  1. 08

    Get leaderboard

    Returns player rankings, scores, and basic profile info. Get leaderboard rankings from Kuaishou game

  2. 09

    Get user info

    Requires the access token and openid obtained from code2session. Get Kuaishou user profile information

  3. 10

    Report event

    Report a custom analytics event for game tracking

Observed, not estimated

962ms average. Fast in production.

Kuaishou Mini-Game is checked daily against the live service.

Daily averagePeak 1133ms
Aug 21Today
Fastest day
788ms
Slowest day
1133ms
14-day trend
Improving-18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Kuaishou Mini-Game, so you can see the experience inside your AI.

It does not authenticate your account with Kuaishou Mini-Game. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Kuaishou Mini-Game Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Kuaishou Mini-Game capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "kuaishou-mini-game-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_T7ns1FhV7AuUgd0I2Z2am2JNjr2qR0Cmj3Is29Qj/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Kuaishou Mini-Game owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.