sssynk/robloxmcp
If you are the rightful owner of robloxmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Roblox MCP Bridge is a server that connects AI assistants to Roblox Studio using the Model Context Protocol (MCP), enabling real-time interaction with game data.
Tools
Functions exposed to the LLM to take actions
wait_for_roblox
Wait until the Roblox plugin is connected
list_children
Get immediate children of any object in the game hierarchy
read_script
Fetch source code from Scripts, LocalScripts, or ModuleScripts
search_for_string
Search all scripts in your game for a specific string
search_for_object
Find objects by name (fuzzy search, case-insensitive)
write_script
Overwrite the source code of a script
create_instance
Create new objects (Parts, Folders, Scripts, etc.)
delete_instance
Permanently delete an object and all its children
set_property
Modify properties like Name, Position, Color, etc.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client