Standalone Roblox Studio MCP Server
Is it safe?
No package registry to scan for CVEs.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 6 days ago. 449 GitHub stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
6 tools. Estimated ~300 tokens of your context window (0.2% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"Roblox_Studio": {
"args": [
"--stdio"
],
"command": "Path-to-downloaded\\rbx-studio-mcp.exe"
}
}
}No automated test available for this server. Check the GitHub README for setup instructions.
run_codeRuns a command in Roblox Studio and returns the printed output. Can be used to both make changes and retrieve information.
insert_modelInserts a model from the Roblox Creator Store into the workspace. Returns the inserted model name.
get_console_outputGets the console output from Roblox Studio.
start_stop_playStarts or stops play mode or runs the server.
run_script_in_play_modeRuns a script in play mode and automatically stops play after the script finishes or times out. Returns structured output including logs, errors, and duration.
get_studio_modeGets the current Studio mode (start_play, run_server, or stop).
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.