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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A room-based collaborative platform

  • Enrich user data by adding social network links based on provided personal information. Integrate…

  • The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/h053698/roblox-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server