ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Hathora with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Orchestrate multiplayer game infrastructure via Hathora. manage applications, builds, deployments, and game rooms directly from your AI agent.

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 · 9 capabilities

The complete Hathora capability set.

These are the exact actions your AI can choose when you ask it to work with Hathora.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through Hathora.

  1. 01

    Create room

    Create a new game room (session)

  2. 02

    List active processes

    List active processes for an application

  3. 03

    Upload build

    Upload a build file (tarball) for a specific build ID

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through Hathora.

  1. 04

    Create build

    Initiate a new build process

  2. 05

    Create application

    Create a new Hathora application

  3. 06

    Create deployment

    Create a deployment for a build

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through Hathora.

  1. 07

    Create lobby

    Create a new lobby

  2. 08

    Get application

    Get details for a specific Hathora application

  3. 09

    Get room connection info

    Get connection info for a room

Observed, not estimated

820ms average. Fast in production.

Hathora is checked daily against the live service.

Daily averagePeak 1468ms
Aug 20Today
Fastest day
775ms
Slowest day
1468ms
14-day trend
Slowing+8%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 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 Hathora, so you can see the experience inside your AI.

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

Hathora Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 — Hathora capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hathora-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lblkC9JZNZr4yIkSYSD3Wb0QWve8vPqvdGNAIBGT/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 Hathora owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.