Servers
MCP-Editor
@playcanvas
MCP Server for AI automation of the PlayCanvas Editor
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playcanvas": {
"command": "npx",
"args": [
"tsx",
"/path/to/editor-mcp-server/src/server.ts"
],
"env": {
"PORT": "52000"
}
}
}
}