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 "Deploy 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 deployed
Maintenance
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.
Discover, inspect and run 63,000+ agent tools from one balance. Pay per call, no subscriptions.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
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-