playcanvas_editor-mcp-server
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.
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.