Wonderland Editor MCP Plugin
@Squareys
About Wonderland Editor MCP Plugin
MCP Server Plugin for Wonderland Editor
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wonderland-editor-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://localhost:3000/sse"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Wonderland Editor MCP Plugin?
The Wonderland Editor MCP Plugin facilitates interaction with the Model Context Protocol (MCP) within the Wonderland Engine, enabling developers to use AI assistants to enhance their development workflows.
How to use Wonderland Editor MCP Plugin?
Install the plugin into your project via npm i --save-dev path/to/repo or clone it into the plugins folder, then run npm run build. Once the project is loaded with plugin execution enabled, the MCP server runs via SSE transport on http://localhost:3000/sse. If your AI client does not support SSE, wrap the server using Supergateway: npx -y supergateway --sse "http://localhost:3000/sse".
Features of Wonderland Editor MCP Plugin
- Primarily SSE transport with optional STDIO via Supergateway.
- Modify and manage Wonderland Engine objects and resources dynamically.
- Import files into the project.
Use cases of
More Developer Tools MCP servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments