Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas
manifest.json888 B
{ "manifest_version": 3, "name": "PlayCanvas Editor MCP Extension", "description": "This extension allows the MCP Server to communicate with the PlayCanvas Editor.", "icons": { "16": "images/icon16.png", "48": "images/icon48.png", "128": "images/icon128.png" }, "version": "1.0", "permissions": ["activeTab"], "action": { "default_popup": "popup.html" }, "host_permissions": ["http://playcanvas.com/*", "https://playcanvas.com/*"], "content_scripts": [ { "matches": ["http://playcanvas.com/editor*", "https://playcanvas.com/editor*"], "js": ["main.js"], "world": "MAIN" }, { "matches": ["http://playcanvas.com/editor*", "https://playcanvas.com/editor*"], "js": ["isolated.js"], "world": "ISOLATED" } ] }

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