Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
PlayCanvas Editor MCP Server
Claim
Official
by
playcanvas
GitHub
Developer Tools
TypeScript
MIT License
29
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
editor-mcp-server
extension
extension/content.js
extension/manifest.json
extension/popup.html
{ "manifest_version": 3, "name": "PlayCanvas Editor Interface", "description": "This extension allows you to interact with the PlayCanvas Editor", "version": "1.0", "permissions": ["activeTab"], "action": { "default_popup": "popup.html" }, "host_permissions": ["http://playcanvas.com/*", "https://playcanvas.com/*"], "content_scripts": [ { "matches": ["http://playcanvas.com/*", "https://playcanvas.com/*"], "js": ["content.js"], "world": "MAIN" } ] }