Roblox Studio MCP Server
Allows AI agents to search and insert assets from the Roblox marketplace and manage Creator Store items through Roblox's APIs.
Allows AI agents to operate Roblox Studio, including browsing and editing game places, managing instances, scripts, terrain, lighting, and running playtests.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Roblox Studio MCP ServerCreate a shop UI."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quick start · Tools · Troubleshooting · Official Telegram
Why BloxForge?
Local-first: the MCP server and Studio bridge run on your machine; no BloxForge cloud account or remote telemetry.
Agent-ready: inspect scenes, edit Luau, build UI and terrain, run playtests, simulate input, capture logs, and diagnose failures.
Safe by default: destructive actions use confirmation gates, dry runs, backups, limits, and rollback-friendly workflows.
Flexible: choose a token-lean tool profile or load the full toolkit when the task needs it.
Open source: MIT licensed, with no paid tier.
Related MCP server: Melo
Quick start
1. Enable Studio HTTP requests
In Roblox Studio, open Game Settings → Security and enable Allow HTTP Requests.
2. Add BloxForge to your AI client
# Claude Code
claude mcp add bloxforge -- npx -y @princeofscale/bloxforge@latest --auto-install-plugin
# Codex CLI
codex mcp add bloxforge -- npx -y @princeofscale/bloxforge@latest --auto-install-plugin
# Gemini CLI
gemini mcp add bloxforge npx --trust -- -y @princeofscale/bloxforge@latest --auto-install-pluginCursor users can add the same command to .cursor/mcp.json:
{
"mcpServers": {
"bloxforge": {
"command": "npx",
"args": ["-y", "@princeofscale/bloxforge@latest", "--auto-install-plugin"]
}
}
}Use @next instead of @latest to test the current release candidate.
Fully close and reopen Roblox Studio after the plugin is first installed or updated.
3. Verify the connection
Start the configured MCP client, open Studio, then run:
npx -y @princeofscale/bloxforge@latest verifyWhat you can automate
Workflow | Examples |
Inspect | Query the instance tree, properties, scripts, tags, attributes, and dependencies |
Build | Create instances, UI, terrain, lighting, templates, and reusable models |
Edit Luau | Read, patch, search, validate, and safely replace script source |
Test | Start playtests, simulate input, run assertions, and compare episodes |
Debug | Capture runtime logs, diagnostics, screenshots, memory, and profiler data |
Integrate | Import/export builds, sync local files, upload assets, and record provenance |
A useful first prompt:
Inspect this place, build a six-stage obby with checkpoints and a timer, run a playtest, then fix any runtime errors.
Tool profiles
Select a profile with --profile <name> or BLOXFORGE_TOOL_PROFILE:
Profile | Purpose |
| Inspection, scripts, and essential editing; token-lean default |
| UI, terrain, templates, assets, and scene construction |
| Runtime debugging, playtesting, input, and assertions |
| Every available tool |
| Read-only inspection through |
Optional Open Cloud access
Most features need no Roblox credentials. Asset uploads and Creator Store access require an optional Open Cloud API key with asset:read and asset:write:
export ROBLOX_OPEN_CLOUD_API_KEY="your-api-key"Never commit this key or place it in MCP configuration shared with others.
Documentation
Community
News, release notes, and project discussion are published in the official BloxForge Telegram channel.
Bug reports and feature requests belong in GitHub Issues.
License
MIT © BloxForge contributors.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/princeofscale/bloxforge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server