Integrate Roblox MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Roblox
Update settings of a Roblox universe (experience). See the documentation
Update the name, description, or server size of a place within a Roblox universe. See the documentation
Create or update the value of a Roblox data store entry. See the documentation
Send an experience notification to a Roblox user. Requires a notification string created in the Creator Dashboard. See the documentation
Restart all running servers of a Roblox universe, typically to deploy a new place version without disrupting active players. See the documentation
Publish a message to all servers of a Roblox universe. See the documentation
List the items in a Roblox user's inventory. The user's inventory must be public, or the API key owner must be the user. See the documentation
List the roles of a Roblox group. See the documentation
List the memberships (members) of a Roblox group. See the documentation
List the data stores in a Roblox universe. See the documentation
List the entries (keys) in a Roblox data store. See the documentation
Increment the numeric value of a Roblox data store entry by a given amount. The existing value and the increment must both be integers. See the documentation
Get information about a Roblox user by ID. See the documentation
Get information about a Roblox universe (experience) by ID. See the documentation
Get information about a place within a Roblox universe. See the documentation
Get information about a Roblox group by ID. See the documentation
Get the value and metadata of a Roblox data store entry. See the documentation
Generate a thumbnail image for a Roblox user's avatar. See the documentation
Delete an entry from a Roblox data store. See the documentation