ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Nakama with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate your game backend via Nakama. manage authentication, user profiles, social features, and storage directly from any 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 · 31 capabilities

The complete Nakama capability set.

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

Capability set01 / 08

01-04

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 01

    Add friends

    Add friends or send invites

  2. 02

    Add group members

    Add members to a group

  3. 03

    Authenticate email

    Authenticate using email and password

  4. 04

    Block friends

    Block users

Capability set02 / 08

05-08

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 05

    Create group

    Create a new group

  2. 06

    Delete account

    Delete current user account

  3. 07

    Delete storage objects

    Delete storage objects

  4. 08

    Kick group members

    Kick group members

Capability set03 / 08

09-12

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 09

    List storage objects

    List storage objects

  2. 10

    Logout session

    Logout a session

  3. 11

    Update account

    Update current user account

  4. 12

    Write tournament record

    Write a tournament record

Capability set04 / 08

13-16

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 13

    Authenticate device

    Authenticate using a device ID

  2. 14

    Delete friends

    Remove friends or reject invites

  3. 15

    Get account

    Fetch current user account

  4. 16

    Get channel history

    Get channel message history

Capability set05 / 08

17-20

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 17

    Join tournament

    Join a tournament

  2. 18

    Leave group

    Leave a group

  3. 19

    List friends

    List friends

  4. 20

    List groups

    List groups

Capability set06 / 08

21-24

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 21

    List leaderboard records

    List leaderboard records

  2. 22

    List tournaments

    List tournaments

  3. 23

    Read storage objects

    Read storage objects

  4. 24

    Refresh session

    Refresh a session token

Capability set07 / 08

25-28

4 capabilities in this set.

Part of 31 available through Nakama.

  1. 25

    Rpc call

    Call an RPC function

  2. 26

    Write leaderboard record

    Write a leaderboard record

  3. 27

    Write storage objects

    Write storage objects

  4. 28

    Promote group members

    Promote group members

Capability set08 / 08

29-31

3 capabilities in this set.

Part of 31 available through Nakama.

  1. 29

    Demote group members

    Demote group members

  2. 30

    Get users

    Fetch public user profiles

  3. 31

    Join group

    Join a group

Observed, not estimated

1121ms average. Fast in production.

Nakama is checked daily against the live service.

Daily averagePeak 1572ms
Aug 20Today
Fastest day
989ms
Slowest day
1572ms
14-day trend
Stable-1%

Connect your client

One URL. Every client.

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

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

Nakama Connector

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

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

  • 01

    Can I register new players using this server?

    Yes. Use authenticate_email or authenticate_device with the create flag set to true. This will register a new account if the credentials don't already exist.

  • 02

    How do I retrieve a player's virtual wallet or metadata?

    Use the get_account capability. It returns the full profile, including the wallet JSON and any linked device identifiers for the authenticated user.

  • 03

    Can I trigger custom server-side logic?

    Absolutely. Use the rpc_call capability by providing the specific Function ID. This allows your AI agent to execute any custom Lua, Go, or TypeScript modules you've deployed.