Hathora

Hathora MCP Connector for Claude

A+

Orchestrate multiplayer game infrastructure via Hathora — manage applications, builds, deployments, and game rooms directly from your AI agent.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Hathora account to any AI agent and take full control of your multiplayer game server orchestration through natural conversation.

What you can do

  • Application Management — Create and inspect Hathora applications that represent your game services.
  • Build & Deployment — Initiate new builds, upload server binaries, and configure deployments with specific CPU, memory, and environment variables.
  • Room Orchestration — Spin up game rooms (sessions) across global regions (Seattle, London, Frankfurt, etc.) and retrieve connection info for clients.
  • Lobby Management — Create public or private lobbies to facilitate player matchmaking and session discovery.
  • Process Monitoring — List and monitor active server processes to keep track of your infrastructure's health.

How it works

  1. Subscribe to this server
  2. Enter your Hathora Developer Token
  3. Start managing your game infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Game Developers — deploy new server versions and test room connectivity without leaving the code editor.
  • DevOps Engineers — monitor active processes and manage global deployments through simple commands.
  • Studio Leads — quickly check the status of game applications and infrastructure across different regions.
multiplayer-hostinggame-servershathora-clouddeployment-automationserverless-gaming

9 tools expose this connector's capabilities to your AI agent.

create_application

Create a new Hathora application

create_build

Initiate a new build process

create_deployment

Create a deployment for a build

create_lobby

Create a new lobby

create_room

Create a new game room (session)

get_application

Get details for a specific Hathora application

get_room_connection_info

Get connection info for a room

list_active_processes

List active processes for an application

upload_build

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

See how to talk to your AI agent using Hathora.

Create a new Hathora application named 'GalacticWarfare'.

I've created the application 'GalacticWarfare'. Its unique App ID is `app-789-xyz`. You can now use this ID to create builds and deployments.

Start a new game room for appId 'app-789-xyz' in the London region.

Requesting room creation in London... Success! Room `room-abc-123` is now active. Would you like the connection info for this room?

List all active processes for application 'app-789-xyz'.

I found 3 active processes for 'app-789-xyz'. Two are running in 'Seattle' and one in 'Frankfurt'. All processes are currently healthy.

Use the `get_room_connection_info` tool with your App ID and Room ID. The agent will return the exact host and port details required for client-side connection.

Related Connectors