roblox-mcp-server

h053698/roblox-mcp-server

3.2

If you are the rightful owner of roblox-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Roblox MCP Server, also known as FastMCP, is a server implementation designed to facilitate communication and data exchange in the Roblox environment using the Model Context Protocol (MCP).

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

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/roblox-mcp-server.git
    
    
  2. Navigate to the project directory:
     cd roblox-mcp-server
    
  3. Install the required dependencies:
uv sync
  1. 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