Wonderland Editor MCP Plugin logo

Wonderland Editor MCP Plugin

by Squareys

The Wonderland Editor MCP Plugin enables interaction with the Model Context Protocol (MCP) within the Wonderland Engine. It enhances development workflows by integrating AI assistants.

View on GitHub

Last updated: N/A

What is Wonderland Editor MCP Plugin?

This plugin facilitates communication between the Wonderland Engine editor and AI agents using the Model Context Protocol (MCP). It allows AI to interact with and modify the editor's state.

How to use Wonderland Editor MCP Plugin?

First, install the plugin into your Wonderland Engine project by cloning the repository or installing via npm. Then, enable plugin execution. The MCP server runs via SSE transport on http://localhost:3000/sse. If SSE is not supported, wrap it with Supergateway using the provided commands for Windows or other systems.

Key features of Wonderland Editor MCP Plugin

  • SSE transport (with Supergateway wrapper)

  • Dynamic modification of Wonderland Engine objects and resources

  • Import files into the editor

Use cases of Wonderland Editor MCP Plugin

  • Automated asset creation

  • AI-assisted level design

  • Intelligent debugging and testing

  • Procedural content generation

FAQ from Wonderland Editor MCP Plugin

What is MCP?

MCP stands for Model Context Protocol. It allows external programs, like AI agents, to understand and interact with the Wonderland Engine editor.

Why use Supergateway?

Supergateway provides a way to wrap the SSE transport into STDIO, which is useful when your client doesn't directly support SSE.

Where does the MCP server run?

By default, the MCP server runs on http://localhost:3000/sse.

How do I install the plugin?

Clone the repository into the plugins folder of your project, or install via npm.

What kind of modifications can the AI agent perform?

The AI agent can modify and manage Wonderland Engine objects and resources dynamically, as well as import files into the editor.