NetEase Cloud Gaming Connector for AI agents.
10 live capabilities
Manage cloud gaming sessions and user quotas from your AI client.
Waiting for input…
Why people use NetEase Cloud Gaming
NetEase Cloud Gaming for Scaling Cloud Gaming Operations
This Connector changes that by putting all those actions into your agent's reach. You can just ask for a status update or a quota increase, and the agent handles the heavy lifting. You get a unified way to manage your entire cloud gaming lifecycle.
What Vinkius changes
You get a direct line for your AI to manage NetEase cloud gaming resources without the manual overhead.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated quota top-ups
A user runs out of time.
- Real-world use case 02
Emergency session termination
An active session is causing issues.
- Real-world use case 03
Real-time status monitoring
A support ticket comes in.
Complete set · 10capabilities
The complete NetEase Cloud Gaming capability set.
These are the exact actions your AI can choose when you ask it to work with NetEase Cloud Gaming.
01—04
4 capabilities in this set.
Part of 10 available through NetEase Cloud Gaming.
- 01 Capability
Add user quota
Add cloud play time to a user account. This helps you manage subscription limits without manual database edits.
- 02 Capability
Create session
Initialize a new NetEase cloud gaming session. You can start a game instance for a user instantly through your agent.
- 03 Capability
Get cluster info
Get detailed info for a specific cluster. Use this to see the technical specs of your active cloud gaming groups.
- 04 Capability
Get game detail
Get details for a specific NetEase cloud game. This lets your agent provide users with accurate game specs on the fly.
05—07
3 capabilities in this set.
Part of 10 available through NetEase Cloud Gaming.
- 05 Capability
Get session status
Check the status of a cloud gaming session. You can see if a user is currently playing or if their session is loading.
- 06 Capability
Get system health
Check overall health of the NetEase Cloud Gaming platform. This gives you a high-level view of the entire system's uptime.
- 07 Capability
Get user quota
Get remaining cloud play time for a user. Use this to check if a user needs more time before they get cut off.
08—10
3 capabilities in this set.
Part of 10 available through NetEase Cloud Gaming.
- 08 Capability
List clusters
List cloud gaming server clusters. This helps you see all the different cluster groups available in your region.
- 09 Capability
List games
List games available on NetEase Cloud Gaming. Your agent can use this to show users the full catalog of playable titles.
- 10 Capability
Stop session
Force stop an active cloud gaming session. Use this to end a session immediately if a user is inactive or a problem occurs.
Set up in minutes
One URL. Then ask NetEase Cloud Gaming to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NetEase Cloud Gaming 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_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NetEase Cloud Gaming for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming URL.
- Step 03
Save and start
Save the connection and enable NetEase Cloud Gaming in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"netease-cloud-gaming": {
"url": "https://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming
Open Agent mode in chat and ask: "Using NetEase Cloud Gaming, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"netease-cloud-gaming": {
"url": "https://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming
Ask Copilot: "Using NetEase Cloud Gaming, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"netease-cloud-gaming": {
"url": "https://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming
Open Cascade and ask: "Using NetEase Cloud Gaming, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"netease-cloud-gaming": {
"url": "https://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming
Ask Cline: "Using NetEase Cloud Gaming, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add netease-cloud-gaming --transport http "https://edge.vinkius.com/vk_preview_Q8ryiiOhdvVqscUrmGxA2asA3XTDukpfqw4kGouJ/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 NetEase Cloud Gaming
Ask Claude: "Using NetEase Cloud Gaming, show me...". 10 tools are ready
Where the request belongs
Work NetEase Cloud Gaming can move forward.
Ops engineers, game developers, and platform admins who need to manage massive cloud gaming scales without manual clicking.
Live Ops Manager
Monitors session distribution and system health during peak hours to ensure smooth gameplay.
Game Developer
Bridges in-game events with cloud instance lifecycles to automate deployment.
Platform Integrator
Builds custom cloud gaming portals using NetEase infrastructure for third-party users.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTencent START
Orchestrate Tencent START Cloud Gaming (GS). manage server sessions, monitor workers, and scale capacity directly from any AI agent.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
4399 Open Platform
Manage 4399 Open Platform game distribution. validate logins, query orders, and handle leaderboards directly from any AI agent.
Volcengine RTC
Bring ByteDance's internal RTC Engine to your AI workflow. Administrate audio/video calls, manage servers, and start Mixes.
Hathora
Orchestrate multiplayer game infrastructure via Hathora. manage applications, builds, deployments, and game rooms directly from your AI agent.
AccelByte
Manage game backend services via AccelByte. handle users, achievements, leaderboards, and orders directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep NetEase Cloud Gaming 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 NetEase Cloud Gaming.
The practical details behind the request, access and result.
Can I manage user play time with the NetEase Cloud Gaming MCP?
Yes. You can check how much time a user has left and add more play time to their account directly through your agent.
How do I see if a game session is active?
The Connector allows your agent to check the real-time status of any session, letting you see if a user is currently playing or if the game is still loading.
Can the NetEase Cloud Gaming MCP monitor my server health?
It can. You can ask your agent to check the overall health of the platform or get specific details about your server clusters.
Is it possible to stop a game session remotely?
Yes, your agent can force an active session to stop immediately if needed, which is great for managing inactive users.
How do I get a list of games available on NetEase Cloud Gaming?
Your agent can pull the full catalog of available titles and their technical specifications instantly using this Connector.
Does the NetEase Cloud Gaming MCP help with user quotas?
Yes, it makes it easy to manage subscription limits by letting your agent see and update user play time on the fly.
Can I check the remaining play time for a specific user?
Yes! Use the get_user_quota capability. It will return the remaining minutes and total quota for the provided user ID.
How do I monitor the health of the entire cloud gaming platform?
Use the get_system_health capability. Your agent will perform a global connectivity and status check on the NetEase Cloud Gaming infrastructure.
Can I list all available server clusters in Malaysia?
Yes! Use the list_clusters capability to see the geographic distribution and health of server clusters optimized for cloud gaming.
One connection away
Give your agent a direct line to NetEase Cloud Gaming.
Connect NetEase Cloud Gaming once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available