roblox studio mcp for Zed
io.github.justice219/roblox-studio-mcp
Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools
client:Zed
transport:stdio
runtime:npm
Install roblox studio mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"roblox-studio-mcp": {
"command": "npx",
"args": [
"-y",
"@jamesworkbenchcrm/roblox-studio-mcp"
],
"env": {
"MCP_BRIDGE_PORT": "<MCP_BRIDGE_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs