playcanvas_editor-mcp-server

playcanvas_editor-mcp-server

3.5

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

create_entities

Creates new entities in the PlayCanvas Editor.

modify_entities

Modifies existing entities.

duplicate_entities

Duplicates selected entities.

reparent_entity

Changes the parent of an entity.

delete_entities

Deletes specified entities.

list_entities

Lists all entities in the scene.

add_components

Adds components to entities.

remove_components

Removes components from entities.

list_assets

Lists all assets in the project.

delete_assets

Deletes specified assets.

instantiate_template_assets

Instantiates template assets.

create_script

Creates a new script.

set_script_text

Sets the text of a script.

script_parse

Parses a script for errors.

create_material

Creates a new material.

set_material_diffuse

Sets the diffuse color of a material.

add_script_component_script

Adds a script to a script component.

modify_scene_settings

Modifies scene settings.

query_scene_settings

Queries current scene settings.

store_search

Searches the store for items.

store_get

Retrieves an item from the store.

store_download

Downloads an item from the store.