Back to directory
editor-mcp-server

editor-mcp-server

@playcanvas105

An MCP Server for automating the PlayCanvas Editor using an LLM.

playcanvaseditor3dgame-developmentautomation

Installation & Configuration

{
  "mcpServers": {
    "playcanvas": {
      "command": "npx",
      "args": [
        "tsx",
        "/path/to/mcp-editor/src/server.ts"
      ],
      "env": {
        "PORT": "52000"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/18
Updated
2026/6/7