2025-04-08 18:14:13 +08:00
{
2025-08-09 03:13:47 +08:00
"name" : "com.coplaydev.unity-mcp" ,
2025-08-15 06:48:39 +08:00
"version" : "2.1.1" ,
2025-08-15 06:13:21 +08:00
"displayName" : "Unity MCP" ,
"description" : "A bridge that connects an LLM to Unity via the MCP (Model Context Protocol). This allows MCP Clients like Claude Desktop or Cursor to directly control your Unity Editor." ,
"unity" : "2021.3" ,
2025-08-09 03:54:43 +08:00
"documentationUrl" : "https://github.com/CoplayDev/unity-mcp" ,
"licensesUrl" : "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE" ,
2025-04-08 18:14:13 +08:00
"dependencies" : {
"com.unity.nuget.newtonsoft-json" : "3.0.2"
2025-08-09 03:54:43 +08:00
} ,
"keywords" : [
"unity" ,
"ai" ,
"llm" ,
"mcp" ,
"model-context-protocol" ,
"mcp-server" ,
"mcp-client"
] ,
"author" : {
"name" : "CoplayDev" ,
"email" : "support@coplay.dev" ,
"url" : "https://coplay.dev"
2025-04-08 18:14:13 +08:00
}
}