Skip to main content
Glama

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 serverrbx-cloud-cli mcp exposes 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_1

Add the MCP server to Claude Code:

claude mcp add roblox-cloud-api -- rbx-cloud-cli mcp

or 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 platform

The docs site lives in website/ (npm run start there for live preview). Releases are built by CI on a v* tag.

License

MIT

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Server 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
    -
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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
    -
  • F
    license
    A
    quality
    D
    maintenance
    Exposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.
    2
    -