AccelByte

AccelByte MCP Connector for Claude

A+

Manage game backend services via AccelByte — handle users, achievements, leaderboards, and orders directly from your AI agent.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AccelByte game backend to any AI agent to streamline player management and live ops through natural conversation.

What you can do

  • User Management — Create users, fetch detailed profiles, update account statuses, and manage bans across namespaces.
  • Social & Progress — List player friends, unlock specific achievements, and retrieve real-time leaderboard rankings.
  • Commerce & Economy — Manage user wallets, grant item entitlements, and create orders for in-game transactions.
  • IAM & Security — Generate OAuth2 tokens and manage IAM clients for secure service-to-service communication.

How it works

  1. Subscribe to this server
  2. Enter your AccelByte Base URL and Access Token
  3. Start managing your game ecosystem from Claude, Cursor, or any MCP-compatible client

No more jumping between different admin dashboards to check player stats or fix entitlement issues. Your AI acts as a dedicated Live Ops assistant.

Who is this for?

  • Game Developers — quickly test backend logic or check user data without leaving the IDE
  • Live Ops Teams — manage player bans, status updates, and entitlements through natural language
  • QA Engineers — automate user creation and achievement unlocking for rapid testing cycles
game-backendplayer-managementlive-opsachievementsleaderboards

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

ban_user

Ban a user

create_order

Create a purchase order

create_user

Create a new user in a namespace

delete_client

Delete an IAM client

generate_token

Generate an OAuth2 access token

get_leaderboard

Get leaderboard rankings

get_user

Get user details (Admin)

get_user_wallets

Query user wallet

grant_entitlement

Grant entitlement to user

list_friends

List user friends

unlock_achievement

Unlock an achievement

update_user_status

g., enabling or disabling their account). Update user status

See how to talk to your AI agent using AccelByte.

Create a new user with email player1@example.com in the 'GameAlpha' namespace.

I've created the user in the 'GameAlpha' namespace. The new User ID is 'ab-98765' and the display name is set to 'player1'.

Show me the leaderboard rankings for code 'TOP_PLAYERS_2024' in namespace 'studio-1'.

Fetching rankings for 'TOP_PLAYERS_2024'... I've found the top players. 'SpeedyGamer' is currently in 1st place with 15,000 points.

Unlock achievement 'FIRST_BLOOD' for user 'user-777' in namespace 'game-v1'.

Processing... The achievement 'FIRST_BLOOD' has been successfully unlocked for user 'user-777'.

Yes! Use the `ban_user` tool. You can specify the namespace, userId, ban type, reason, and an expiration date in ISO-8601 format to enforce player discipline immediately.

Related Connectors