WEPPY

Cursor Setup

How to use the WEPPY MCP Server from WEPPY Roblox AI Toolkit with Cursor.

How to use the WEPPY MCP Server from WEPPY Roblox AI Toolkit with Cursor.

Prerequisites

  • Cursor installed
  • Node.js (v18.0.0 or higher)
  • WEPPY Roblox Studio Plugin installation complete

Registering the MCP Server

Method 1: Project Settings

Add the following to your project’s .cursor/mcp.json file:

{
  "mcpServers": {
    "weppy-roblox-mcp": {
      "command": "npx",
      "args": ["-y", "@weppy/roblox-mcp@latest"]
    }
  }
}

Method 2: Global Settings

Add the same content to the global Cursor MCP config file.

Config file location:

ScopePath
Project<project>/.cursor/mcp.json
Global (macOS/Linux)~/.cursor/mcp.json
Global (Windows)%USERPROFILE%\\.cursor\\mcp.json

If the file already exists, merge only the weppy-roblox-mcp entry into the existing mcpServers object.

Applying Changes

After modifying the config, reload the Cursor window or restart the app.

Connection Test

  1. Launch Roblox Studio → Plugins tab → WEPPYConnect
  2. Enter the following in Cursor:
    Tell me what is currently selected in Roblox Studio

Troubleshooting

MCP Server Not Visible

  • Check that the config file path is correct
  • Confirm the JSON syntax is valid
  • Confirm you reloaded Cursor after changing the config

Server Won’t Start

Run the MCP server directly to see the error:

npx -y @weppy/roblox-mcp@latest

Connection Fails

  • Confirm the WEPPY Roblox Studio Plugin shows Connected status
  • Check that port 3002 is not blocked by a firewall