Hathora Connector for AI agents.
9 live capabilities
Manage multiplayer game host infrastructure and deployments.
Waiting for input…
Why people use Hathora
Hathora Multiplayer Game Host Deployment Pain
With this Connector, that process disappears. You just tell your agent to upload the build and create the deployment. It handles the configuration and tells you when it's done, letting you stay in your editor.
What Vinkius changes
You get to manage your entire multiplayer game backend through a chat interface instead of a web dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Testing a London fix
A dev needs to see if a bug is fixed in the UK.
- Real-world use case 02
Rolling out a new version
A studio lead wants to push a build.
- Real-world use case 03
Checking host health
A DevOps engineer wants to know if the Seattle hosts are up.
Complete set · 9capabilities
The complete Hathora capability set.
These are the exact actions your AI can choose when you ask it to work with Hathora.
01—03
3 capabilities in this set.
Part of 9 available through Hathora.
- 01 Capability
Create lobby
Create a new lobby for players. Use this to set up matchmaking spaces for your game.
- 02 Capability
Create room
Create a new game room or session. This lets your agent spin up active game instances in specific regions.
- 03 Capability
Get application
Get details for a specific Hathora application. Use this to check the status and configuration of your game services.
04—06
3 capabilities in this set.
Part of 9 available through Hathora.
- 04 Capability
Get room connection info
Get connection info for a room. This helps your agent provide the necessary details for players to join a session.
- 05 Capability
List active processes
List active processes for an application. Use this to see what's currently running and check host health.
- 06 Capability
Create deployment
Create a deployment for a build. This lets you set up your game environment with exact hardware specs.
07—09
3 capabilities in this set.
Part of 9 available through Hathora.
- 07 Capability
Upload build
Upload a build file for a specific build ID. This lets you push new host binaries to the cloud.
- 08 Capability
Create application
Create a new Hathora application. Use this to register new game services in your account.
- 09 Capability
Create build
Initiate a new build process. This starts the cycle of preparing your game binaries for deployment.
Set up in minutes
One URL. Then ask Hathora to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hathora 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_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hathora for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora URL.
- Step 03
Save and start
Save the connection and enable Hathora in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hathora": {
"url": "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora
Open Agent mode in chat and ask: "Using Hathora, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hathora": {
"url": "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora
Ask Copilot: "Using Hathora, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hathora": {
"url": "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora
Open Cascade and ask: "Using Hathora, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hathora": {
"url": "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora
Ask Cline: "Using Hathora, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hathora --transport http "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora
Ask Claude: "Using Hathora, show me...". 9 tools are ready
Where the request belongs
Work Hathora can move forward.
This is for the game dev who's tired of manual deployment steps and the DevOps engineer who needs to monitor global game host health without tab-switching.
Game Developer
Deploys new builds and tests room connectivity from the code editor.
DevOps Engineer
Monitors active processes and manages global deployments via commands.
Studio Lead
Checks the status of game applications and infrastructure across different regions.
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.
BattleMetrics
Global game server tracking and player analytics. monitor servers, search players, and audit bans via AI.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
Tencent START
Orchestrate Tencent START Cloud Gaming (GS). manage server sessions, monitor workers, and scale capacity 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 Hathora 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 Hathora.
The practical details behind the request, access and result.
How does Hathora help with game host management?
Hathora lets you manage your game host infrastructure through a chat interface. You can deploy builds, create rooms, and monitor your host health without leaving your favorite AI client.
Can I use Hathora to manage game rooms in different regions?
Yes. You can ask your agent to spin up game rooms in specific regions like London, Seattle, or Frankfurt and get the connection info immediately.
How do I deploy a new game build using this Connector?
You can simply tell your agent to upload your build file and create a new deployment. It will handle the configuration and hardware limits for you.
Can I monitor my game host health through my AI agent?
Yes. You can ask your agent to list active processes to see what's currently running and check the status of your game applications.
How does Hathora handle game lobbies and matchmaking?
You can use it to create public or private lobbies. This helps you set up the spaces where players find and join your game sessions.
Can I use this to set specific CPU and memory limits?
Yes. When creating a deployment, you can specify the exact CPU and memory requirements for your game host environment.
How do I get connection info for my players?
Once a room is created, you can ask your agent to retrieve the connection info. It will provide the address and port for your players to join.
How do I find the IP and port for players to connect to a specific game session?
Use the get_room_connection_info capability with your App ID and Room ID. The agent will return the exact host and port details required for client-side connection.
Can I see how many server processes are currently running for my application?
Yes! Run the list_active_processes action. It will provide a list of all active server processes associated with your specific Application ID.
How do I set up a matchmaking lobby for my game?
You can use the create_lobby capability. You'll need to specify the App ID, visibility (public/private), and the region where the session should be hosted.
One connection away
Give your agent a direct line to Hathora.
Connect Hathora once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available