Skip to main content
Glama
h053698

Roblox MCP Server

by h053698

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

  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

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    Not graded
    maintenance
    Enables 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.
    4
    24 npm
    -
  • F
    license
    B
    quality
    Not graded
    maintenance
    Bridges 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
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    6
    8
    MIT