Backoffice MCP Integration
Last updated: 16 July 2026
PlayServ Backoffice includes an MCP integration that allows an AI assistant to interact directly with your projects — reading and modifying the schema, managing data records, and accessing project configuration — all through a conversation interface.
This is powered by Model Context Protocol (MCP), an open standard that allows AI models to interact with external systems through a defined set of tools. In PlayServ, the MCP server exposes schema and data operations as tools, so the AI assistant can take meaningful actions inside the Backoffice — not just describe what to do, but actually do it.
What the MCP integration can do
Create and modify schema objects
The assistant can create Entities, Entity Parts, Enums, fields, and references, as well as extend or modify objects that already exist. Changes appear immediately in the Backoffice schema editor.
Generate a schema from a Game Design Document
Given a GDD or any structured description of the game data model, the assistant can parse the document and build the corresponding schema — creating all objects, fields, and relationships in one pass. For details, see Generate a schema from a Game Design Document.
Create and manage data records
The assistant can create records for any Entity in the project and work with existing data — reading, updating, or organising records through the conversation interface.
Access project configuration and metadata
The assistant can read project-level configuration and metadata, making it easier to inspect settings or verify the state of the project without navigating through the Backoffice manually.
How MCP works in this context
MCP defines a standard way for AI models to call tools exposed by a server. When you connect the PlayServ MCP server to Claude, the assistant gains access to a set of tools that map directly to Backoffice operations — reading schema objects, creating entities, writing records, and so on.
Each action the assistant takes goes through the same API used by the Backoffice editor. The assistant cannot do anything that a regular Backoffice user cannot do; it operates within the same permission boundaries as your account.
Set up the MCP connection
Before you can use the assistant, you need to connect the PlayServ MCP server to your Claude account. The process differs slightly depending on whether you use a personal or a team account.
The MCP server URL is available in Backoffice under Organization Settings → Integrations → MCP Server.
Personal account (Pro)
Use this flow if you access Claude through a personal claude.ai account.
Open Settings
Click your avatar in the bottom-left corner of Claude, then select Settings from the menu.
Go to Integrations
In the left sidebar, click Integrations.
Add the PlayServ connector
Click Add more, then select Add custom connector. Fill in:
- Name —
PlayServ - Remote MCP server URL — the URL from your Backoffice organization settings
Then click Add.
Start a conversation
Open a new chat. The PlayServ tools are now available. Verify by asking: "What tools do you have access to?" — the assistant should list the PlayServ Backoffice tools.