Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas

store_download

Download assets from the store for use in real-time 3D web applications, specifying ID, name, and licensing details for integration into PlayCanvas Editor projects.

Instructions

Download an asset from the store

Input Schema

NameRequiredDescriptionDefault
idYes
licenseYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "license": { "additionalProperties": false, "properties": { "author": { "type": "string" }, "authorUrl": { "format": "uri", "type": "string" }, "license": { "type": "string" } }, "required": [ "author", "authorUrl", "license" ], "type": "object" }, "name": { "type": "string" } }, "required": [ "id", "name", "license" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/playcanvas/editor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server