@weppy/roblox-mcp 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/.claude-plugin/marketplace.json +6 -6
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
  3. package/.github/ISSUE_TEMPLATE/install_help.yml +3 -3
  4. package/CHANGELOG.md +16 -1
  5. package/CODE_OF_CONDUCT.md +1 -1
  6. package/CONTRIBUTING.md +3 -3
  7. package/README.md +23 -17
  8. package/SECURITY.md +1 -1
  9. package/SUPPORT.md +2 -2
  10. package/docs/en/installation/ai-apps/claude-code.md +1 -1
  11. package/docs/en/installation/roblox-explorer.md +2 -2
  12. package/docs/en/installation/roblox-plugin.md +1 -1
  13. package/docs/en/pro-upgrade.md +1 -1
  14. package/docs/es/README.md +6 -4
  15. package/docs/es/installation/ai-apps/claude-code.md +1 -1
  16. package/docs/es/installation/roblox-plugin.md +1 -1
  17. package/docs/es/pro-upgrade.md +1 -1
  18. package/docs/id/README.md +6 -4
  19. package/docs/id/installation/ai-apps/claude-code.md +1 -1
  20. package/docs/id/installation/roblox-plugin.md +1 -1
  21. package/docs/id/pro-upgrade.md +1 -1
  22. package/docs/ja/README.md +6 -4
  23. package/docs/ja/installation/ai-apps/claude-code.md +1 -1
  24. package/docs/ja/installation/roblox-plugin.md +1 -1
  25. package/docs/ja/pro-upgrade.md +1 -1
  26. package/docs/ko/README.md +6 -4
  27. package/docs/ko/installation/ai-apps/claude-code.md +1 -1
  28. package/docs/ko/installation/roblox-explorer.md +2 -2
  29. package/docs/ko/installation/roblox-plugin.md +1 -1
  30. package/docs/ko/pro-upgrade.md +1 -1
  31. package/docs/pt-br/README.md +6 -4
  32. package/docs/pt-br/installation/ai-apps/claude-code.md +1 -1
  33. package/docs/pt-br/installation/roblox-plugin.md +1 -1
  34. package/docs/pt-br/pro-upgrade.md +1 -1
  35. package/docs/troubleshooting.md +1 -1
  36. package/llms-full.txt +12 -10
  37. package/llms.txt +21 -18
  38. package/package.json +4 -4
  39. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +3 -3
  40. package/plugins/weppy-roblox-mcp/dist/index.js +32 -32
  41. package/smithery.yaml +1 -1
@@ -5,20 +5,20 @@
5
5
  "email": "hope841026@gmail.com"
6
6
  },
7
7
  "metadata": {
8
- "description": "Roblox MCP server and tools for AI-powered game development",
9
- "version": "1.5.3"
8
+ "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
9
+ "version": "1.5.5"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
- "description": "MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills",
16
- "version": "1.5.3",
15
+ "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
16
+ "version": "1.5.5",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
20
- "homepage": "https://github.com/hope1026/roblox-mcp",
21
- "repository": "https://github.com/hope1026/roblox-mcp",
20
+ "homepage": "https://github.com/hope1026/weppy-roblox-mcp",
21
+ "repository": "https://github.com/hope1026/weppy-roblox-mcp",
22
22
  "license": "SEE LICENSE IN LICENSE",
23
23
  "keywords": [
24
24
  "mcp",
@@ -5,8 +5,8 @@ body:
5
5
  - type: markdown
6
6
  attributes:
7
7
  value: |
8
- Before reporting, check [Troubleshooting](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/troubleshooting.md)
9
- and [Discussions](https://github.com/hope1026/roblox-mcp/discussions).
8
+ Before reporting, check [Troubleshooting](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/troubleshooting.md)
9
+ and [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
10
10
  - type: input
11
11
  id: os
12
12
  attributes:
@@ -5,9 +5,9 @@ body:
5
5
  - type: markdown
6
6
  attributes:
7
7
  value: |
8
- **First:** check the [Installation Guide](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/installation/README.md)
9
- and [Troubleshooting](https://github.com/hope1026/roblox-mcp/blob/main/docs/en/troubleshooting.md).
10
- For general questions, use [Discussions](https://github.com/hope1026/roblox-mcp/discussions) instead.
8
+ **First:** check the [Installation Guide](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/installation/README.md)
9
+ and [Troubleshooting](https://github.com/hope1026/weppy-roblox-mcp/blob/main/docs/en/troubleshooting.md).
10
+ For general questions, use [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) instead.
11
11
  - type: dropdown
12
12
  id: ai-client
13
13
  attributes:
package/CHANGELOG.md CHANGED
@@ -12,6 +12,21 @@ All notable changes to this project will be documented in this file.
12
12
 
13
13
 
14
14
 
15
+
16
+ ## [1.5.5] - 2026-03-16
17
+
18
+ ### Improved
19
+
20
+ - Enhanced overall stability and reliability
21
+
22
+
23
+ ## [1.5.4] - 2026-03-16
24
+
25
+ ### Improved
26
+
27
+ - Enhanced build pipeline stability and plugin artifact verification
28
+ - Improved production build process with additional validation gates
29
+
15
30
  ## [1.5.3] - 2026-03-15
16
31
 
17
32
  ### Bug Fixes
@@ -333,4 +348,4 @@ First public release of Roblox MCP - AI-powered Roblox Studio integration.
333
348
  - **Secure by design** - Localhost only, no external network access
334
349
  - **Basic tier included** - Essential tools, free forever
335
350
 
336
- [0.1.0]: https://github.com/hope1026/roblox-mcp/releases/tag/v0.1.0
351
+ [0.1.0]: https://github.com/hope1026/weppy-roblox-mcp/releases/tag/v0.1.0
@@ -22,7 +22,7 @@ Examples of unacceptable behavior:
22
22
 
23
23
  ## Enforcement
24
24
 
25
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting the maintainer via [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate.
25
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting the maintainer via [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate.
26
26
 
27
27
  ## Attribution
28
28
 
package/CONTRIBUTING.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Bug Reports
4
4
 
5
- Use the [Bug Report issue template](https://github.com/hope1026/roblox-mcp/issues/new?template=bug_report.yml).
5
+ Use the [Bug Report issue template](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=bug_report.yml).
6
6
 
7
7
  Include:
8
8
  - OS and Node.js version (`node --version`)
@@ -14,11 +14,11 @@ Include:
14
14
 
15
15
  ## Feature Requests
16
16
 
17
- Use the [Feature Request template](https://github.com/hope1026/roblox-mcp/issues/new?template=feature_request.yml).
17
+ Use the [Feature Request template](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=feature_request.yml).
18
18
 
19
19
  ## Questions & Install Help
20
20
 
21
- Use [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions) — not Issues — for questions and install help.
21
+ Use [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) — not Issues — for questions and install help.
22
22
 
23
23
  ## Pull Requests
24
24
 
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # Roblox MCP
1
+ # Roblox MCP — MCP Server for Roblox Studio | AI Game Development with Claude, Codex, Cursor & Gemini
2
2
 
3
- > The MCP server that connects AI coding agents to Roblox Studio — control scripts, terrain, assets, lighting, audio, and animations via natural language.
3
+ > **Weppy Roblox MCP** is an MCP server that lets AI coding agents control a live Roblox Studio session create and edit scripts, instances, terrain, lighting, assets, audio, and animations via natural language.
4
+
5
+ **21 consolidated tools · 140+ actions · Bidirectional sync · Automated playtest · Multi-place support**
4
6
 
5
7
  **English** | [한국어](docs/ko/README.md) | [日本語](docs/ja/README.md) | [Español](docs/es/README.md) | [Português](docs/pt-br/README.md) | [Bahasa Indonesia](docs/id/README.md)
6
8
 
7
- [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — AI building a Roblox game in real time](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
- ## The Problem
11
+ ## Why Weppy Roblox MCP?
10
12
 
11
13
  AI coding agents like Claude, Codex, and Gemini are powerful — but they cannot see or modify anything inside Roblox Studio. The DataModel, scripts, terrain, and lighting are all invisible to external tools. Without a bridge, AI can only generate code snippets that you must paste manually.
12
14
 
13
- ## The Solution
14
-
15
- Roblox MCP provides a real-time bridge between AI agents and the Roblox Studio DataModel. It exposes the full Roblox API surface as executable MCP tools, so AI can **directly create, read, modify, and delete** instances, scripts, properties, terrain, and more — inside a live Studio session.
15
+ **Weppy Roblox MCP** provides a real-time bridge between AI agents and the Roblox Studio DataModel. It exposes the full Roblox API surface as executable MCP tools, so AI can **directly create, read, modify, and delete** instances, scripts, properties, terrain, and more — inside a live Studio session.
16
16
 
17
17
  This is not just code generation. It is **executable, production-oriented actions** running directly in Studio.
18
18
 
@@ -120,19 +120,25 @@ View the full instance tree of your Roblox Studio place directly inside VSCode.
120
120
 
121
121
  ## FAQ
122
122
 
123
- **How do I let Claude edit my Roblox scripts?**
124
- Install the Roblox Studio plugin, then register the MCP server (`npx -y @weppy/roblox-mcp`) in Claude Code or Claude Desktop. Claude can then directly read and write scripts inside Studio.
123
+ ### How do I connect Claude Code to Roblox Studio?
124
+ Install the Roblox Studio plugin, then register the MCP server (`npx -y @weppy/roblox-mcp`) in Claude Code. Claude can then directly read and write scripts inside Studio. See [Claude Code Setup](docs/en/installation/ai-apps/claude-code.md).
125
125
 
126
- **Can AI build Roblox games with this?**
127
- Yes. AI can create instances, write scripts, generate terrain, set up lighting, insert assets, configure physics, and more — all inside a live Roblox Studio session. It goes beyond code generation to executable actions.
126
+ ### How do I use Codex CLI with Roblox Studio?
127
+ Install the plugin, then add the MCP server config to Codex CLI. See [Codex CLI Setup](docs/en/installation/ai-apps/codex-cli.md).
128
128
 
129
- **Does it work with Cursor / Codex / Gemini?**
129
+ ### Does Roblox MCP work with Cursor?
130
130
  Yes. Any MCP-compatible AI client works. Setup guides are provided for Claude Code, Claude Desktop, Cursor, Codex CLI, Codex Desktop, Gemini CLI, and Antigravity.
131
131
 
132
- **What is the difference between Basic and Pro?**
133
- Basic includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](docs/en/pro-upgrade.md).
132
+ ### Can AI build Roblox games with this?
133
+ Yes. AI can create instances, write scripts, generate terrain, set up lighting, insert assets, configure physics, and more all inside a live Roblox Studio session. It goes beyond code generation to executable actions.
134
+
135
+ ### What is the difference between Basic and Pro?
136
+ Basic (Free) includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](docs/en/pro-upgrade.md).
137
+
138
+ ### How is Weppy different from other Roblox MCP servers?
139
+ Weppy uses 21 consolidated tools with action-based dispatching (140+ actions) instead of separate tools for each function. This reduces AI token consumption significantly. It also provides bidirectional project sync and multi-place support, which most alternatives lack.
134
140
 
135
- **Is it safe? Can AI break my game?**
141
+ ### Is it safe? Can AI break my game?
136
142
  The server runs on localhost only (127.0.0.1:3002). Forbidden paths (CoreGui, CorePackages) are blocked. Rate limiting (450 req/min) and 30-second timeouts prevent runaway operations. All changes are trackable via sync history.
137
143
 
138
144
  ## Pro Upgrade
@@ -143,6 +149,6 @@ Bidirectional Sync, advanced build capabilities, and AI token efficiency — all
143
149
 
144
150
  ---
145
151
 
146
- [![npm version](https://img.shields.io/npm/v/@weppy/roblox-mcp)](https://www.npmjs.com/package/@weppy/roblox-mcp) [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/) [![Smithery](https://smithery.ai/badge/@hope1026/roblox-mcp)](https://smithery.ai/server/@hope1026/roblox-mcp)
152
+ [![npm version](https://img.shields.io/npm/v/@weppy/roblox-mcp)](https://www.npmjs.com/package/@weppy/roblox-mcp) [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/) [![Smithery](https://smithery.ai/badge/@hope1026/weppy-roblox-mcp)](https://smithery.ai/server/@hope1026/weppy-roblox-mcp)
147
153
 
148
- [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
154
+ [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
package/SECURITY.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  Do **not** open a public GitHub issue for security vulnerabilities.
13
13
 
14
- Report security issues via [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues/new) with the title prefixed `[SECURITY]`, or contact the maintainer via [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions).
14
+ Report security issues via [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues/new) with the title prefixed `[SECURITY]`, or contact the maintainer via [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
15
15
 
16
16
  We will respond within 72 hours and aim to release a fix within 14 days for confirmed vulnerabilities.
17
17
 
package/SUPPORT.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Community Help
13
13
 
14
- For questions and install issues, use [GitHub Discussions](https://github.com/hope1026/roblox-mcp/discussions).
14
+ For questions and install issues, use [GitHub Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions).
15
15
 
16
16
  Please include:
17
17
  - Your OS and Node.js version
@@ -20,7 +20,7 @@ Please include:
20
20
 
21
21
  ## Bug Reports
22
22
 
23
- For confirmed bugs, open an [Issue](https://github.com/hope1026/roblox-mcp/issues/new?template=bug_report.yml).
23
+ For confirmed bugs, open an [Issue](https://github.com/hope1026/weppy-roblox-mcp/issues/new?template=bug_report.yml).
24
24
 
25
25
  ## Pro Users
26
26
 
@@ -21,7 +21,7 @@ Run in Claude Code terminal:
21
21
 
22
22
  ```bash
23
23
  # Add marketplace
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # Install plugin
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -13,7 +13,7 @@ Roblox Studio Explorer-like tree view for VSCode. Browse synced instance trees,
13
13
 
14
14
  ### 1. Download VSIX
15
15
 
16
- Go to the [Releases](https://github.com/hope1026/roblox-mcp/releases) page and download the latest `weppy-roblox-explorer-*.vsix` file.
16
+ Go to the [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases) page and download the latest `weppy-roblox-explorer-*.vsix` file.
17
17
 
18
18
  > The VSIX file is attached as a release asset alongside the plugin ZIP.
19
19
 
@@ -60,7 +60,7 @@ Go to the [Releases](https://github.com/hope1026/roblox-mcp/releases) page and d
60
60
 
61
61
  ## Updating
62
62
 
63
- Download the latest `.vsix` from [Releases](https://github.com/hope1026/roblox-mcp/releases) and repeat the installation steps. VSCode will replace the existing version.
63
+ Download the latest `.vsix` from [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases) and repeat the installation steps. VSCode will replace the existing version.
64
64
 
65
65
  ## Related
66
66
 
@@ -4,7 +4,7 @@ How to install the plugin to connect AI agents with Roblox Studio.
4
4
 
5
5
  ## 1. Download Plugin
6
6
 
7
- 1. Open [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Open [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
8
8
  2. Download `weppy-roblox-mcp-v{version}.zip`
9
9
  3. Extract the ZIP file - you will find `roblox-plugin/WeppyRobloxMCP.rbxm` and setup guides
10
10
 
@@ -30,7 +30,7 @@ Terrain generation, asset search, spatial analysis, animation, audio, and produc
30
30
 
31
31
  ### Step 2: Download from GitHub Releases
32
32
 
33
- 1. Open [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
33
+ 1. Open [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
34
34
  2. Download `weppy-roblox-mcp-v{version}.zip`
35
35
  3. Extract and copy `roblox-plugin/WeppyRobloxMCP.rbxm` to your Roblox Plugins folder
36
36
 
package/docs/es/README.md CHANGED
@@ -1,10 +1,12 @@
1
- # Roblox MCP
1
+ # Roblox MCP — Servidor MCP para Roblox Studio | Desarrollo de juegos con IA usando Claude, Codex, Cursor y Gemini
2
2
 
3
- > Servidor MCP y plugin para Roblox Studio — controla scripts, terrain, assets e iluminacion con Claude Code, Cursor, Codex y Gemini.
3
+ > **Weppy Roblox MCP** es un servidor MCP que permite a los agentes de codificacion IA controlar una sesion en vivo de Roblox Studio — crea y edita scripts, instancias, terrain, iluminacion, assets, audio y animaciones con lenguaje natural.
4
+
5
+ **21 herramientas consolidadas · 140+ acciones · Sync bidireccional · Playtest automatizado · Soporte multi-place**
4
6
 
5
7
  [English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | **Español** | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
6
8
 
7
- [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — IA creando un juego Roblox en tiempo real](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
11
  ## Instalacion rapida (5 minutos)
10
12
 
@@ -107,4 +109,4 @@ Sync bidireccional, capacidades de creacion avanzadas y eficiencia de tokens de
107
109
 
108
110
  ---
109
111
 
110
- [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
112
+ [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
@@ -21,7 +21,7 @@ Ejecuta en la terminal de Claude Code:
21
21
 
22
22
  ```bash
23
23
  # Agregar marketplace
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # Instalar plugin
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -4,7 +4,7 @@ Instrucciones para instalar el plugin que conecta Roblox Studio con agentes de I
4
4
 
5
5
  ## 1. Descargar el Plugin
6
6
 
7
- 1. Abre [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Abre [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
8
8
  2. Descarga `weppy-roblox-mcp-v{version}.zip`
9
9
  3. Extrae el ZIP - encontraras `roblox-plugin/WeppyRobloxMCP.rbxm` y guias de instalacion
10
10
 
@@ -30,7 +30,7 @@ Generación de terreno, búsqueda de assets, análisis espacial, animación, aud
30
30
 
31
31
  ### Paso 2: Descargar desde GitHub Releases
32
32
 
33
- 1. Abre [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
33
+ 1. Abre [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
34
34
  2. Descarga `weppy-roblox-mcp-v{version}.zip`
35
35
  3. Extrae y copia `roblox-plugin/WeppyRobloxMCP.rbxm` a tu carpeta de Plugins de Roblox
36
36
 
package/docs/id/README.md CHANGED
@@ -1,10 +1,12 @@
1
- # Roblox MCP
1
+ # Roblox MCP — Server MCP untuk Roblox Studio | Pengembangan Game AI dengan Claude, Codex, Cursor & Gemini
2
2
 
3
- > Server MCP dan plugin untuk Roblox Studio — kendalikan script, terrain, asset, dan lighting dengan Claude Code, Cursor, Codex, dan Gemini.
3
+ > **Weppy Roblox MCP** adalah server MCP yang memungkinkan agen pengkodean AI mengontrol sesi Roblox Studio secara langsung buat dan edit script, instance, terrain, lighting, asset, audio, dan animasi dengan bahasa alami.
4
+
5
+ **21 alat terkonsolidasi · 140+ aksi · Sync dua arah · Playtest otomatis · Dukungan multi-place**
4
6
 
5
7
  [English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | [Español](../es/README.md) | [Português](../pt-br/README.md) | **Bahasa Indonesia**
6
8
 
7
- [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — AI membuat game Roblox secara real-time](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
11
  ## Instalasi Cepat (5 menit)
10
12
 
@@ -107,4 +109,4 @@ Sync dua arah, kemampuan kreasi lanjutan, dan efisiensi token AI — semua dalam
107
109
 
108
110
  ---
109
111
 
110
- [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
112
+ [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
@@ -21,7 +21,7 @@ Jalankan di terminal Claude Code:
21
21
 
22
22
  ```bash
23
23
  # Tambah marketplace
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # Instal plugin
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -4,7 +4,7 @@ Panduan instalasi plugin untuk menghubungkan AI agent di Roblox Studio.
4
4
 
5
5
  ## 1. Unduh Plugin
6
6
 
7
- 1. Buka [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Buka [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
8
8
  2. Unduh `weppy-roblox-mcp-v{version}.zip`
9
9
  3. Ekstrak ZIP - Anda akan menemukan `roblox-plugin/WeppyRobloxMCP.rbxm` dan panduan instalasi
10
10
 
@@ -30,7 +30,7 @@ Pembuatan terrain, pencarian aset, analisis spasial, animasi, audio, dan otomasi
30
30
 
31
31
  ### Langkah 2: Unduh dari GitHub Releases
32
32
 
33
- 1. Buka [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
33
+ 1. Buka [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
34
34
  2. Unduh `weppy-roblox-mcp-v{version}.zip`
35
35
  3. Ekstrak lalu salin `roblox-plugin/WeppyRobloxMCP.rbxm` ke folder Plugins Roblox
36
36
 
package/docs/ja/README.md CHANGED
@@ -1,10 +1,12 @@
1
- # Roblox MCP
1
+ # Roblox MCP — Roblox Studio MCPサーバー | Claude、Codex、Cursor、GeminiでAIゲーム開発
2
2
 
3
- > Roblox StudioMCPサーバー&プラグインClaude Code、Cursor、Codex、GeminiでスクリプトやTerrain、アセット、ライティングをAI制御。
3
+ > **Weppy Roblox MCP**は、AIコーディングエージェントがライブRoblox Studioセッションを制御できるMCPサーバーです自然言語でスクリプト、インスタンス、Terrain、ライティング、アセット、オーディオ、アニメーションを作成・編集します。
4
+
5
+ **21統合ツール · 140+アクション · 双方向Sync · 自動プレイテスト · マルチPlace対応**
4
6
 
5
7
  [English](../../README.md) | [한국어](../ko/README.md) | **日本語** | [Español](../es/README.md) | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
6
8
 
7
- [![デモ](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![デモ — AIがリアルタイムでRobloxゲームを制作する様子](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
11
  ## クイックインストール(5分)
10
12
 
@@ -107,4 +109,4 @@ Roblox Studioのインスタンスツリー全体をVSCode内で直接確認で
107
109
 
108
110
  ---
109
111
 
110
- [GitHubイシュー](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
112
+ [GitHubイシュー](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
@@ -21,7 +21,7 @@ Claude Codeターミナルで実行:
21
21
 
22
22
  ```bash
23
23
  # マーケットプレイスを追加
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # プラグインをインストール
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -4,7 +4,7 @@ Roblox StudioでAIエージェントと連携するためのプラグインイ
4
4
 
5
5
  ## 1. プラグインをダウンロード
6
6
 
7
- 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest) を開く
7
+ 1. [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest) を開く
8
8
  2. `weppy-roblox-mcp-v{version}.zip` をダウンロード
9
9
  3. ZIPを解凍 - `roblox-plugin/WeppyRobloxMCP.rbxm` とセットアップガイドを確認
10
10
 
@@ -30,7 +30,7 @@ Pro Syncは単方向エクスポートを超えます。ローカルでスクリ
30
30
 
31
31
  ### ステップ2: GitHub Releasesからダウンロード
32
32
 
33
- 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest) を開く
33
+ 1. [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest) を開く
34
34
  2. `weppy-roblox-mcp-v{version}.zip` をダウンロード
35
35
  3. 解凍して `roblox-plugin/WeppyRobloxMCP.rbxm` を Roblox Plugins フォルダへコピー
36
36
 
package/docs/ko/README.md CHANGED
@@ -1,10 +1,12 @@
1
- # Roblox MCP
1
+ # Roblox MCP — Roblox Studio MCP 서버 | Claude, Codex, Cursor, Gemini로 AI 게임 개발
2
2
 
3
- > Roblox Studio MCP 서버 플러그인 Claude Code, Cursor, Codex, Gemini로 스크립트, 지형, 에셋, 조명을 AI로 제어합니다.
3
+ > **Weppy Roblox MCP**는 AI 코딩 에이전트가 라이브 Roblox Studio 세션을 제어할 있게 하는 MCP 서버입니다 자연어로 스크립트, 인스턴스, 지형, 조명, 에셋, 오디오, 애니메이션을 생성하고 편집합니다.
4
+
5
+ **21개 통합 도구 · 140+ 액션 · 양방향 Sync · 자동 플레이테스트 · 멀티 Place 지원**
4
6
 
5
7
  [English](../../README.md) | **한국어** | [日本語](../ja/README.md) | [Español](../es/README.md) | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
6
8
 
7
- [![데모](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![데모 — AI가 실시간으로 Roblox 게임을 제작하는 모습](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
11
  ## 빠른 설치 (5분)
10
12
 
@@ -107,4 +109,4 @@ Roblox Studio의 전체 인스턴스 트리를 VSCode 안에서 바로 확인할
107
109
 
108
110
  ---
109
111
 
110
- [GitHub 이슈](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
112
+ [GitHub 이슈](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
@@ -21,7 +21,7 @@ Claude Code 터미널에서 실행:
21
21
 
22
22
  ```bash
23
23
  # 마켓플레이스 추가
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # 플러그인 설치
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -13,7 +13,7 @@ Roblox Studio의 Explorer와 동일한 인스턴스 트리를 VSCode에서 볼
13
13
 
14
14
  ### 1. VSIX 다운로드
15
15
 
16
- [Releases](https://github.com/hope1026/roblox-mcp/releases) 페이지에서 최신 `weppy-roblox-explorer-*.vsix` 파일을 다운로드합니다.
16
+ [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases) 페이지에서 최신 `weppy-roblox-explorer-*.vsix` 파일을 다운로드합니다.
17
17
 
18
18
  > VSIX 파일은 플러그인 ZIP과 함께 릴리스 asset으로 첨부되어 있습니다.
19
19
 
@@ -60,7 +60,7 @@ Roblox Studio의 Explorer와 동일한 인스턴스 트리를 VSCode에서 볼
60
60
 
61
61
  ## 업데이트
62
62
 
63
- [Releases](https://github.com/hope1026/roblox-mcp/releases)에서 최신 `.vsix`를 다운로드하고 동일한 설치 과정을 반복하면 됩니다. 기존 버전이 자동으로 교체됩니다.
63
+ [Releases](https://github.com/hope1026/weppy-roblox-mcp/releases)에서 최신 `.vsix`를 다운로드하고 동일한 설치 과정을 반복하면 됩니다. 기존 버전이 자동으로 교체됩니다.
64
64
 
65
65
  ## 관련 문서
66
66
 
@@ -4,7 +4,7 @@ Roblox Studio에서 AI 에이전트와 연결하기 위한 플러그인 설치
4
4
 
5
5
  ## 1. 플러그인 다운로드
6
6
 
7
- 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest) 열기
7
+ 1. [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest) 열기
8
8
  2. `weppy-roblox-mcp-v{버전}.zip` 다운로드
9
9
  3. ZIP 압축 해제 - `roblox-plugin/WeppyRobloxMCP.rbxm` 파일과 설치 가이드 포함
10
10
 
@@ -30,7 +30,7 @@ Pro Sync는 단방향 내보내기를 넘어섭니다. 로컬에서 스크립트
30
30
 
31
31
  ### 2단계: GitHub Releases에서 다운로드
32
32
 
33
- 1. [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest) 열기
33
+ 1. [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest) 열기
34
34
  2. `weppy-roblox-mcp-v{version}.zip` 다운로드
35
35
  3. 압축 해제 후 `roblox-plugin/WeppyRobloxMCP.rbxm`를 Roblox Plugins 폴더에 복사
36
36
 
@@ -1,10 +1,12 @@
1
- # Roblox MCP
1
+ # Roblox MCP — Servidor MCP para Roblox Studio | Desenvolvimento de jogos com IA usando Claude, Codex, Cursor e Gemini
2
2
 
3
- > Servidor MCP e plugin para Roblox Studio — controle scripts, terrain, assets e iluminacao com Claude Code, Cursor, Codex e Gemini.
3
+ > **Weppy Roblox MCP** e um servidor MCP que permite agentes de codificacao IA controlarem uma sessao ao vivo do Roblox Studio — crie e edite scripts, instancias, terrain, iluminacao, assets, audio e animacoes com linguagem natural.
4
+
5
+ **21 ferramentas consolidadas · 140+ acoes · Sync bidirecional · Playtest automatizado · Suporte multi-place**
4
6
 
5
7
  [English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | [Español](../es/README.md) | **Português** | [Bahasa Indonesia](../id/README.md)
6
8
 
7
- [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — IA criando um jogo Roblox em tempo real](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
10
 
9
11
  ## Instalacao rapida (5 minutos)
10
12
 
@@ -107,4 +109,4 @@ Sync bidirecional, recursos avancados de criacao e eficiencia de tokens de IA
107
109
 
108
110
  ---
109
111
 
110
- [GitHub Issues](https://github.com/hope1026/roblox-mcp/issues) · [Discussions](https://github.com/hope1026/roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
112
+ [GitHub Issues](https://github.com/hope1026/weppy-roblox-mcp/issues) · [Discussions](https://github.com/hope1026/weppy-roblox-mcp/discussions) · [npm](https://www.npmjs.com/package/@weppy/roblox-mcp)
@@ -21,7 +21,7 @@ Execute no terminal do Claude Code:
21
21
 
22
22
  ```bash
23
23
  # Adicionar marketplace
24
- /plugin marketplace add hope1026/roblox-mcp
24
+ /plugin marketplace add hope1026/weppy-roblox-mcp
25
25
 
26
26
  # Instalar plugin
27
27
  /plugin install weppy-roblox-mcp@hope1026-roblox-mcp
@@ -4,7 +4,7 @@ Como instalar o plugin para conectar agentes de IA no Roblox Studio.
4
4
 
5
5
  ## 1. Baixar o Plugin
6
6
 
7
- 1. Abra [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Abra [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
8
8
  2. Baixe `weppy-roblox-mcp-v{version}.zip`
9
9
  3. Extraia o ZIP - voce encontrara `roblox-plugin/WeppyRobloxMCP.rbxm` e guias de instalacao
10
10
 
@@ -30,7 +30,7 @@ Geração de terrain, busca de assets, análise espacial, animação, áudio e a
30
30
 
31
31
  ### Passo 2: Baixar no GitHub Releases
32
32
 
33
- 1. Abra [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
33
+ 1. Abra [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
34
34
  2. Baixe `weppy-roblox-mcp-v{version}.zip`
35
35
  3. Extraia e copie `roblox-plugin/WeppyRobloxMCP.rbxm` para a pasta de Plugins do Roblox
36
36
 
@@ -40,7 +40,7 @@ See [Pro Upgrade Guide](en/pro-upgrade.md) for details.
40
40
 
41
41
  ## Still stuck?
42
42
 
43
- [Open a Discussion](https://github.com/hope1026/roblox-mcp/discussions) and include:
43
+ [Open a Discussion](https://github.com/hope1026/weppy-roblox-mcp/discussions) and include:
44
44
  - OS and Node.js version
45
45
  - AI client and version
46
46
  - Error message or logs