Metadata-Version: 2.4
Name: roblox-mcp-server
Version: 1.0.0
Summary: A Roblox MCP server implementation using FastMCP for tools.
Home-page: https://github.com/h053698/roblox-mcp-server
Author: Yuchan Han
Author-email: Yuchan Han <serltretu24@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Yuchan Han
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastmcp
Requires-Dist: keyring
Requires-Dist: tk
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

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

4. Add mcp server to Claude config:
```json
{
    "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
