While waiting for a fix from OP you can run the previous version by replacing with the 1.4 version plugin for the server targeting the older version in your config like this:
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@1.4.0"],
"description": "Advanced Roblox Studio integration for AI assistants"
}
}
}
Fixed the annoying connection hanging problems that were causing the plugin to get stuck.
To update:
npm install -g robloxstudio-mcp@1.5.1
Important: Due to npx caching, update your Claude config to use:
"args": ["-y", "robloxstudio-mcp@1.5.1"]
or
"args": ["-y", "robloxstudio-mcp@latest"]
Please open an issue or reply if you are still having issues after updating, also make sure you start the plugin connection before starting the MCP client connection on Claude Code/Desktop/Cursor/etc.
Never tested it with Cursor as I primarily use this with Claude Code but try starting the plugin before starting the server on Cursor, or alternatively start the plugin then restart the server on Claude code. Make sure you also have Nodejs installed.