roblox studio mcp for Cursor
io.github.justice219/roblox-studio-mcp
Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools
client:Cursor
transport:stdio
runtime:npm
Install roblox studio mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"roblox-studio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jamesworkbenchcrm/roblox-studio-mcp"
],
"env": {
"MCP_BRIDGE_PORT": "<MCP_BRIDGE_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs