A custom MCP (Multi-Channel Presence) server built to enhance the Roblox experience by enabling real-time friend presence tracking and seamless game joining.
- 🔍 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.
Screen.Recording.2025-07-13.at.11.26.11.PM.mov
- Clone the repository:
git clone https://github.com/your-username/roblox-mcp-server.git
- Navigate to the project directory:
cd roblox-mcp-server - Install the required dependencies:
uv sync- Add 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