rbx-cloud-cli
Provides integration with the Roblox Open Cloud API, enabling management of data stores, place publishing, assets, universes, bans, notifications, users, groups, inventories, and Luau execution through an AI agent.
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., "@rbx-cloud-cliGet the PlayerData datastore entry for user_1 in universe 123"
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.
rbx-cloud-cli
A CLI and an MCP server for the Roblox Open Cloud API.
CLI — commands for data stores, place publishing, assets, universes, bans, notifications, users, groups, inventories and Luau execution, plus
rbx-cloud-cli api, a raw escape hatch that reaches any endpoint.MCP server —
rbx-cloud-cli mcpexposes five small tools so an AI agent can discover and call all 825 endpoints without loading an API reference into its context.
📖 Full documentation: https://lucasx150.github.io/rbx-cloud-cli/
Quickstart
rokit add lucasx150/rbx-cloud-cli # or grab a binary from Releases
rbx-cloud-cli auth set --key <api-key> # create one at create.roblox.com/dashboard/credentials
rbx-cloud-cli auth set --user-id <your-user-id> # default owner for asset uploads
rbx-cloud-cli datastore --universe 123 get PlayerData user_1Add the MCP server to Claude Code:
claude mcp add roblox-cloud-api -- rbx-cloud-cli mcpor to any other agent's MCP config:
{
"mcpServers": {
"roblox-cloud-api": { "command": "rbx-cloud-cli", "args": ["mcp"] }
}
}Related MCP server: Swagger/Postman MCP Server
Development
npm install
npm run build # bundle dist/index.js (the rbx-cloud-cli bin)
npm test # offline vitest suite
npm run build:spec # regenerate spec/ from the Roblox API spec
npm run build:bin # standalone binary for this platformThe docs site lives in website/ (npm run start there for live
preview). Releases are built by CI on a v* tag.
License
MIT
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.
Related MCP Connectors
Turn any task into the right API calls: discover, evaluate, and integrate public APIs.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceServer that ingests Swagger/OpenAPI specifications and Postman collections, providing just 4 strategic tools that allow AI agents to dynamically discover and interact with APIs instead of generating hundreds of individual tools.3
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to dynamically discover and interact with APIs through Swagger/OpenAPI specifications and Postman collections using a strategic four-tool approach. It streamlines API integration by providing universal tools for endpoint discovery, detailed request information, and authenticated execution.1
- FlicenseNot gradedqualityDmaintenanceTurns any OpenAPI/Swagger spec into queryable tools for LLMs, enabling endpoint search, detail retrieval, and schema exploration.1
- FlicenseAqualityDmaintenanceExposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/lucasx150/rbx-cloud-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server