The Coplay Unity Plugin allows AI agents to interact with Unity game development environments. It exposes APIs for creating, modifying, and managing Unity game objects, scenes, and assets using natural language commands. The plugin connects to the Unity Editor and Coplay's AI services. Developers use it to automate game development tasks, generate game content, and streamline workflows.
The Coplay Unity Plugin allows AI agents to interact with Unity game development environments. It exposes APIs for creating, modifying, and managing Unity game objects, scenes, and assets using natural language commands. The plugin connects to the Unity Editor and Coplay's AI services. Developers use it to automate game development tasks, generate game content, and streamline workflows.
npx -y com.coplaydev.coplayAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"coplaydev-coplay-unity-plugin-github": {
"command": "npx",
"args": [
"-y",
"npx -y com.coplaydev.coplay"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from coplay unity plugin?"
API Key Required
This server requires an API key from coplay unity plugin. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| COPLAY_UNITY_PLUGIN_API_KEY | Yes | Your coplay unity plugin API key |
"What resources are available in coplay unity plugin?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in coplay unity plugin"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in coplay unity plugin with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.