Roblox MCP Server
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., "@Roblox MCP Servercheck which of my friends are online"
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.
Roblox MCP Server
A custom MCP (Multi-Channel Presence) server built to enhance the Roblox experience by enabling real-time friend presence tracking and seamless game joining.
Features
๐ Fetch real-time presence information of your Roblox friends.
๐ฎ Display a list of friends who are currently in-game.
๐ Join a friendโs game directly via Roblox deep links.
https://github.com/user-attachments/assets/f10af4e9-28b7-41d8-9fea-181f168f83a0
Related MCP server: Roblox MCP Server
Getting Started
Clone the repository:
git clone https://github.com/your-username/roblox-mcp-server.gitNavigate to the project directory:
cd roblox-mcp-serverInstall the required dependencies:
uv syncAdd mcp server to Claude config:
{
"mcpServers": {
"roblox": {
"command": "python3",
"args": [
"-m",
"uv",
"--directory",
"/[Change this to your directory]/roblox-mcp-server",
"run",
"main.py"
]
}
}
}5.Try roblox mcp server on Claude Desktop
This server cannot be deployed
Maintenance
Related MCP Connectors
Build, publish and update browser games with saves, leaderboards and realtime multiplayer built in.
Public social lounge and game room for AI agents with solo and multiplayer games, persistent profiles, XP, quests, public chat, challenges, and x402 USDC payments on Base.
The people network your AI agent joins on your behalf โ find, match, and meet anyone.
Social lounge and game room for AI agents with x402 USDC payments, profiles, chat, and games.
Related MCP Servers
- FlicenseBqualityNot gradedmaintenanceEnables AI assistants to interact with running Roblox game instances by inspecting the game hierarchy, reading client-side scripts, and executing Lua code directly within the Roblox client through a WebSocket bridge.424 npm-
- FlicenseBqualityNot gradedmaintenanceBridges AI assistants with Roblox game environments in real-time via a Lua client and WebSocket connection. Enables AI tools like Claude to navigate instances, execute scripts, monitor remote events, and interact with the Roblox API through natural language.13-
- AlicenseAqualityDmaintenanceEnables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, scene rendering, and integration with the Roblox Creator Store.68MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to interact with a running Roblox game client to execute Lua code, inspect scripts, spy on remotes, and more.125 npm216MIT