Wonderland Editor MCP Plugin
@Squareys
Wonderland Editor MCP Plugin について
MCP Server Plugin for Wonderland Editor
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wonderland-editor-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://localhost:3000/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「開発者ツール」の他のコンテンツ
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
コメント