Appearance
AI Assistants
Practical ways to use AI assistants with Metaplay.
Appearance
Practical ways to use AI assistants with Metaplay.
Metaplay works exceptionally well with AI coding assistants. The SDK ships as source code with comprehensive documentation and full sample projects, giving AI tools the context they need to reason about your codebase and architecture.
While the latest frontier models are incredibly capable on their own, they really become useful when given access to your specific codebase and environment.
You can think of AI assistants as belonging to three different categories:
Casual interest
Use our Metaplay Docs Custom GPT to chat about Metaplay concepts and patterns. Works on your phone and web and is free to use.
Personal assistant
To get more specific help, you can install our Metaplay Docs MCP and Metaplay Portal MCP to give any agentic AI assistant access to our documentation and your project's live status. The agent can then also manage your Metaplay portal for you.
Our preferred agents are Claude and ChatGPT. After the initial setup, you can use their mobile/web/desktop apps to connect to your own game and have them help you with planning. This is especially powerful when you connect the agents to more services, like your task tracking.
Coding assistant
For actual coding tasks, you can you can install our Metaplay Docs MCP and Metaplay Portal MCP to give the coding agent access to example implementations and let it dive into production logs to understand issues.
Our team generally prefers Claude Code for programming, but other agentic coding harnesses like Codex and Windsurf work well too.
Note:
AI assistants are extremely useful, but they still make assumptions. Always verify destructive changes, production-impacting actions, and security-sensitive decisions.
MCP stands for Model Context Protocol. It's a protocol that allows AI assistants to access external tools and data sources, like our developer portal and documentation.
To make an AI assistant be aware of Metaplay's tools, we have created "MCP servers" that the AI assistant can connect to. These servers then provide the AI assistant a list of tools and other resources it can call on. You can control the AI's access to these tools one-by-one and we can keep adding new ones over time.
Since MCP is not a great term, many companies have started calling them "connections" or "integrations" in their apps. Under the hood, they're all MCP servers.
We are working on a dedicated Metaplay programming assistant distributed as a Claude Code plugin.
This upcoming assistant is designed to combine: