Skip to content

h053698/roblox-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Screen.Recording.2025-07-13.at.11.26.11.PM.mov

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

About

Roblox MCP Server (FastMCP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages