@weppy/roblox-mcp 0.1.8 → 0.1.10

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 (85) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +17 -0
  3. package/README.md +38 -26
  4. package/docs/assets/screenshots/antigravity/antigravity_mcp_raw.png +3 -0
  5. package/docs/assets/screenshots/antigravity/antigravity_mcp_services_menu.png +3 -0
  6. package/docs/assets/screenshots/antigravity/antigravity_raw_config_menu.png +3 -0
  7. package/docs/en/installation/README.md +51 -0
  8. package/docs/en/installation/ai-apps/antigravity.md +89 -0
  9. package/docs/en/installation/roblox-plugin.md +7 -7
  10. package/docs/en/pro-upgrade.md +5 -6
  11. package/docs/en/tools/overview.md +87 -230
  12. package/docs/es/README.md +27 -28
  13. package/docs/es/installation/README.md +44 -0
  14. package/docs/es/installation/ai-apps/antigravity.md +89 -0
  15. package/docs/es/installation/roblox-plugin.md +7 -7
  16. package/docs/es/pro-upgrade.md +5 -6
  17. package/docs/es/tools/overview.md +88 -231
  18. package/docs/id/README.md +39 -27
  19. package/docs/id/installation/README.md +51 -0
  20. package/docs/id/installation/ai-apps/antigravity.md +89 -0
  21. package/docs/id/installation/roblox-plugin.md +7 -7
  22. package/docs/id/pro-upgrade.md +5 -6
  23. package/docs/id/tools/overview.md +88 -231
  24. package/docs/ja/README.md +40 -28
  25. package/docs/ja/installation/README.md +51 -0
  26. package/docs/ja/installation/ai-apps/antigravity.md +89 -0
  27. package/docs/ja/installation/roblox-plugin.md +7 -7
  28. package/docs/ja/pro-upgrade.md +5 -6
  29. package/docs/ja/tools/overview.md +88 -231
  30. package/docs/ko/README.md +39 -27
  31. package/docs/ko/installation/README.md +51 -0
  32. package/docs/ko/installation/ai-apps/antigravity.md +88 -0
  33. package/docs/ko/installation/roblox-plugin.md +7 -7
  34. package/docs/ko/pro-upgrade.md +5 -6
  35. package/docs/ko/tools/overview.md +88 -231
  36. package/docs/pt-br/README.md +39 -27
  37. package/docs/pt-br/installation/README.md +51 -0
  38. package/docs/pt-br/installation/ai-apps/antigravity.md +89 -0
  39. package/docs/pt-br/installation/roblox-plugin.md +7 -7
  40. package/docs/pt-br/pro-upgrade.md +5 -6
  41. package/docs/pt-br/tools/overview.md +88 -231
  42. package/package.json +1 -1
  43. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  44. package/plugins/weppy-roblox-mcp/dist/index.js +51 -47
  45. package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +9 -4
  46. package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +208 -105
  47. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +12 -10
  48. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +8 -5
  49. package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +1 -1
  50. package/docs/en/installation/antigravity.md +0 -130
  51. package/docs/es/installation/antigravity.md +0 -130
  52. package/docs/id/installation/antigravity.md +0 -130
  53. package/docs/ja/installation/antigravity.md +0 -130
  54. package/docs/ko/installation/antigravity.md +0 -130
  55. package/docs/pt-br/installation/antigravity.md +0 -130
  56. /package/docs/en/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  57. /package/docs/en/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  58. /package/docs/en/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  59. /package/docs/en/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  60. /package/docs/en/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  61. /package/docs/es/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  62. /package/docs/es/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  63. /package/docs/es/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  64. /package/docs/es/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  65. /package/docs/es/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  66. /package/docs/id/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  67. /package/docs/id/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  68. /package/docs/id/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  69. /package/docs/id/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  70. /package/docs/id/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  71. /package/docs/ja/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  72. /package/docs/ja/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  73. /package/docs/ja/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  74. /package/docs/ja/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  75. /package/docs/ja/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  76. /package/docs/ko/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  77. /package/docs/ko/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  78. /package/docs/ko/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  79. /package/docs/ko/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  80. /package/docs/ko/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
  81. /package/docs/pt-br/installation/{claude-app.md → ai-apps/claude-app.md} +0 -0
  82. /package/docs/pt-br/installation/{claude-code.md → ai-apps/claude-code.md} +0 -0
  83. /package/docs/pt-br/installation/{codex-app.md → ai-apps/codex-app.md} +0 -0
  84. /package/docs/pt-br/installation/{codex-cli.md → ai-apps/codex-cli.md} +0 -0
  85. /package/docs/pt-br/installation/{gemini-cli.md → ai-apps/gemini-cli.md} +0 -0
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Roblox MCP server and tools for AI-powered game development",
9
- "version": "0.1.8"
9
+ "version": "0.1.10"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "MCP server for Roblox Studio integration - 132 tools for AI-powered game development with specialized agents and skills",
16
- "version": "0.1.8",
16
+ "version": "0.1.10",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
+
7
+
8
+ ## [0.1.10] - 2026-02-11
9
+
10
+ ### Bug Fixes
11
+
12
+ - Fix MCP server registration error in Antigravity
13
+
14
+
15
+ ## [0.1.9] - 2026-02-08
16
+
17
+ ### Other Changes
18
+
19
+ - update test
20
+ - refactor: improve stability
21
+
22
+
6
23
  ## [0.1.8] - 2026-02-08
7
24
 
8
25
  ### Fix
package/README.md CHANGED
@@ -2,46 +2,58 @@
2
2
 
3
3
  **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)
4
4
 
5
- > Control Roblox Studio with AI.
5
+ > Tell AI what you want, and it happens in Roblox Studio.
6
6
 
7
7
  [![Demo](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
8
8
 
9
- ## Installation
9
+ ## What You Can Do
10
10
 
11
- ### 1. Install Roblox Plugin
11
+ ### Create Complete Games
12
12
 
13
- 👉 [Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
13
+ Just ask "Make a Minecraft-style survival game" or "Create an escape room puzzle game", and AI will design the game structure, build the map, create objects, and write scripts for you. Turn a simple idea into a playable game.
14
14
 
15
- ### 2. Configure MCP Server
15
+ > **Tip**: Ask "Make a plan first", review it, then say "Execute it" for better results.
16
16
 
17
- Works with any AI app that supports MCP. Choose your AI app:
17
+ ### Create and Place Objects
18
18
 
19
- | AI App | Setup Guide |
20
- |--------|-------------|
21
- | Claude Code | [Setup](docs/en/installation/claude-code.md) |
22
- | Claude Desktop | [Setup](docs/en/installation/claude-app.md) |
23
- | Codex CLI | [Setup](docs/en/installation/codex-cli.md) |
24
- | Codex Desktop | [Setup](docs/en/installation/codex-app.md) |
25
- | Gemini CLI | [Setup](docs/en/installation/gemini-cli.md) |
26
- | Cursor, Windsurf, etc. | [Setup](docs/en/installation/antigravity.md) |
19
+ Say "Make a red brick house" or "Plant 10 trees in a row" and AI creates them directly in Roblox Studio. Create one object or hundreds at once.
27
20
 
28
- ## Tools
21
+ ### Write and Modify Scripts
29
22
 
30
- 👉 [Full Tools List](docs/en/tools/overview.md)
23
+ Ask "Make particles appear when players jump" or "Find the bug in this script" and AI writes and fixes code for you. It analyzes existing scripts and understands dependencies too.
31
24
 
32
- ## Troubleshooting
25
+ ### Set Scene Atmosphere
33
26
 
34
- - **"Not Connected"**: Click Connect button in the plugin again
35
- - **Port**: Uses port 3002 (localhost only)
27
+ Just say "Change to sunset vibes" or "Make it dark like a rainy day" and AI automatically adjusts lighting, sky, and fog.
36
28
 
37
- ## Links
29
+ ### Generate Terrain
38
30
 
39
- - [GitHub](https://github.com/hope1026/roblox-mcp)
40
- - [Issue Report](https://github.com/hope1026/roblox-mcp/issues)
31
+ Create natural landscapes like mountains, rivers, plains, and caves through conversation. Customize materials, colors, and sizes freely.
32
+
33
+ ### Search and Insert Assets
34
+
35
+ Search the Creator Store for free models and assets, then add them to your game instantly. Just say "Find a medieval castle model and insert it".
36
+
37
+ ### Spatial Analysis and Placement
38
+
39
+ AI handles spatial tasks like "Find empty space in this area" or "Analyze where monsters can walk".
40
+
41
+ ### Debugging and Analysis
41
42
 
42
- ## License
43
+ Check game error logs, find problems, and fix them together with AI.
43
44
 
44
- Free to use for game development.
45
+ > [View all features](docs/en/tools/overview.md)
45
46
 
46
- **Allowed**: Game development, commercial games, personal projects
47
- ❌ **Not Allowed**: Software resale, creating competing products
47
+ ## Getting Started
48
+
49
+ Installation is complete in two steps:
50
+
51
+ 1. **Install Roblox Studio Plugin** — Acts as a bridge between Studio and AI
52
+ 2. **Register MCP Server with AI App** — Configure your AI app to recognize Roblox MCP
53
+
54
+ Takes just 5 minutes. 👉 [View Installation Guide](docs/en/installation/README.md)
55
+
56
+ ## Links
57
+
58
+ - [GitHub](https://github.com/hope1026/roblox-mcp)
59
+ - [Issue Reports](https://github.com/hope1026/roblox-mcp/issues)
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2969a3e379d03c818fb7347c46dfb6c4bb64229b374395dbc743e8d14d377a5
3
+ size 102777
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0067cc7dc03f6711158dc8bf530e63ff7367cc0e776aa3e766ec4856130ebb
3
+ size 21639
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea06a903234bd187597776f55c0bb1caf4c838b368573c69fc631e1e926707ac
3
+ size 70486
@@ -0,0 +1,51 @@
1
+ # Installation Guide
2
+
3
+ To use Roblox MCP, you need to install **two things**.
4
+
5
+ ```
6
+ AI App (Claude, Codex, Gemini, etc.)
7
+
8
+ MCP Server ← Converts AI commands into a format Roblox understands
9
+
10
+ Roblox Studio Plugin ← Executes commands inside Studio
11
+ ```
12
+
13
+ When an AI app says "Create a blue part", the MCP server converts this request, and the Roblox Studio plugin actually creates the part.
14
+
15
+ ---
16
+
17
+ ## Step 1: Install Roblox Studio Plugin
18
+
19
+ Download the plugin file from GitHub, then place it in Roblox Studio's Plugins folder.
20
+
21
+ 👉 [Plugin Installation Guide](roblox-plugin.md)
22
+
23
+ ---
24
+
25
+ ## Step 2: Register MCP Server with AI App
26
+
27
+ Register the MCP server with your AI app. You can use it with any AI app that supports MCP.
28
+
29
+ | AI App | Installation Guide |
30
+ |--------|-------------------|
31
+ | Claude Code | [Setup Instructions](ai-apps/claude-code.md) |
32
+ | Claude Desktop | [Setup Instructions](ai-apps/claude-app.md) |
33
+ | Codex CLI | [Setup Instructions](ai-apps/codex-cli.md) |
34
+ | Codex Desktop | [Setup Instructions](ai-apps/codex-app.md) |
35
+ | Gemini CLI | [Setup Instructions](ai-apps/gemini-cli.md) |
36
+ | Antigravity | [Setup Instructions](ai-apps/antigravity.md) |
37
+
38
+ > Even if your AI app isn't listed above, you can use it if it supports MCP. The MCP server command is `npx -y @weppy/roblox-mcp`.
39
+
40
+ ---
41
+
42
+ ## After Installation
43
+
44
+ 1. Open **Roblox Studio**, go to Plugins tab and click **W-MCP** → **Connect**
45
+ 2. Test in your **AI app** with:
46
+
47
+ ```
48
+ Create a blue part in Roblox Studio
49
+ ```
50
+
51
+ If the part is created successfully, installation is complete!
@@ -0,0 +1,89 @@
1
+ # Antigravity Setup
2
+
3
+ How to use Roblox MCP with [Google Antigravity](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/).
4
+
5
+ > **Antigravity** is Google's agentic development platform where AI agents autonomously move between code editing, terminal, and browser to carry out complex tasks.
6
+
7
+ ## Prerequisites
8
+
9
+ 1. **Antigravity** installed (see official docs for supported OS/requirements)
10
+ 2. **Node.js** (v18.0.0 or later, `npx` available)
11
+ 3. **Roblox Studio plugin** installed
12
+
13
+ ## Register MCP Server
14
+
15
+ In Antigravity, MCP servers are managed in the **agent pane (Agent pane)**.
16
+
17
+ ### Manual registration via raw config (recommended)
18
+
19
+ 1. In the agent pane, click **⋯** → **MCP Servers** → **Manage MCP Servers** → **View raw config**
20
+
21
+ ![Open MCP Servers menu](../../../assets/screenshots/antigravity/antigravity_mcp_services_menu.png)
22
+
23
+ 2. Add/merge the following into the displayed config (JSON):
24
+
25
+ ```json
26
+ {
27
+ "mcpServers": {
28
+ "weppy-roblox-mcp": {
29
+ "command": "npx",
30
+ "args": ["-y", "@weppy/roblox-mcp"]
31
+ }
32
+ }
33
+ }
34
+ ```
35
+
36
+ ![Edit raw config](../../../assets/screenshots/antigravity/antigravity_mcp_raw.png)
37
+
38
+ 3. After saving, do **Refresh** (or restart/refresh per the UI guidance)
39
+
40
+ > The actual path/name of the config file can vary by OS and Antigravity version, so always edit based on the location shown in **View raw config**.
41
+
42
+ ### Optional: Adjust port/logs with environment variables
43
+
44
+ We recommend keeping the defaults (HTTP `127.0.0.1:3002`). If needed, you can set environment variables like this:
45
+
46
+ ```json
47
+ {
48
+ "mcpServers": {
49
+ "weppy-roblox-mcp": {
50
+ "command": "npx",
51
+ "args": ["-y", "@weppy/roblox-mcp"],
52
+ "env": {
53
+ "HTTP_HOST": "127.0.0.1",
54
+ "HTTP_PORT": "3002",
55
+ "LOG_LEVEL": "INFO"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ ```
61
+
62
+ ## Connection Test
63
+
64
+ 1. Open **Roblox Studio** → Plugins tab → **W-MCP** → **Connect**
65
+ 2. In **Antigravity**, enter:
66
+ ```
67
+ Tell me what's currently selected in Roblox Studio
68
+ ```
69
+
70
+ ## Troubleshooting
71
+
72
+ ### When the server won't start
73
+
74
+ Run the MCP server directly to check for errors:
75
+ ```bash
76
+ npx -y @weppy/roblox-mcp
77
+ ```
78
+
79
+ ### Connection failed
80
+
81
+ - Verify the Roblox Studio plugin is **Connected**
82
+ - Check whether port **3002** is blocked by a firewall
83
+ - Check server status in the agent pane **⋯** → **MCP Servers**
84
+ - (Advanced) If you changed `HTTP_PORT`, the Roblox Studio plugin/bridge must be configured to use the same port.
85
+
86
+ ## References
87
+
88
+ - [Google Antigravity introduction](https://developers.googleblog.com/build-with-google-antigravity-our-new-agentic-development-platform/)
89
+ - [Antigravity Getting Started Guide (Codelab)](https://codelabs.developers.google.com/getting-started-google-antigravity)
@@ -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. Download `weppy-roblox-mcp-basic.zip` from [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
7
+ 1. Download `weppy-roblox-mcp-basic-v{version}.zip` from [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
8
8
  2. Extract the ZIP file — you'll find the `roblox-plugin/WeppyRobloxMCP.rbxm` file and setup guides inside
9
9
 
10
10
  ## 2. Install Plugin
@@ -32,12 +32,12 @@ The MCP server must be installed. Complete the guide for your AI app first:
32
32
 
33
33
  | AI App | Installation Guide |
34
34
  |--------|-------------------|
35
- | Claude Code | [Setup Guide](claude-code.md) |
36
- | Claude Desktop | [Setup Guide](claude-app.md) |
37
- | Codex CLI | [Setup Guide](codex-cli.md) |
38
- | Codex Desktop | [Setup Guide](codex-app.md) |
39
- | Gemini CLI | [Setup Guide](gemini-cli.md) |
40
- | Cursor, Windsurf, etc. | [Setup Guide](antigravity.md) |
35
+ | Claude Code | [Setup Guide](ai-apps/claude-code.md) |
36
+ | Claude Desktop | [Setup Guide](ai-apps/claude-app.md) |
37
+ | Codex CLI | [Setup Guide](ai-apps/codex-cli.md) |
38
+ | Codex Desktop | [Setup Guide](ai-apps/codex-app.md) |
39
+ | Gemini CLI | [Setup Guide](ai-apps/gemini-cli.md) |
40
+ | Antigravity | [Setup Guide](ai-apps/antigravity.md) |
41
41
 
42
42
  ### Connecting
43
43
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  **Build Complete Games** - Terrain, environment, assets, and spatial tools let you create polished game worlds, not just prototypes.
8
8
 
9
- ## What Pro Unlocks (72 additional tools)
9
+ ## What Pro Unlocks
10
10
 
11
11
  | Category | What you can do |
12
12
  |----------|-----------------|
@@ -21,8 +21,7 @@
21
21
 
22
22
  ### Step 1: Buy on Gumroad
23
23
 
24
- 1. Go to [Gumroad - Weppy Roblox Plugin](https://sunityplugin.gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin
25
- )
24
+ 1. Go to [Gumroad - Weppy Roblox Plugin](https://gumroad.com/l/chllph?utm_source=github&utm_medium=repo&utm_campaign=sunity_plugin)
26
25
  2. Download the plugin
27
26
 
28
27
  ### Step 2: Install Plugin
@@ -37,12 +36,12 @@
37
36
 
38
37
  1. Open the W-MCP plugin
39
38
  2. Check that "Pro" badge is displayed
40
- 3. All 140 tools are now available!
39
+ 3. All tools are now available!
41
40
 
42
41
  ## Feature Comparison
43
42
 
44
- | Feature | Basic (68 tools) | Pro (140 tools) |
45
- |---------|:----------------:|:---------------:|
43
+ | Feature | Basic | Pro |
44
+ |---------|:-----:|:---:|
46
45
  | Instance, Script, Property | ✅ Full access | ✅ Full access |
47
46
  | Selection, Tag, Camera, Log | ✅ Full access | ✅ Full access |
48
47
  | Bulk Operations | ― | ✅ Unlimited |