A Roblox MCP server implementation using FastMCP for tools.
Project description
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
- Clone the repository:
git clone https://github.com/your-username/roblox-mcp-server.git
- Navigate to the project directory:
cd roblox-mcp-server
- Install the required dependencies:
uv sync
- 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roblox_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: roblox_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
707572bd150d04618b1d9500ed3c040757450ee1a31990b2c3ee2fcb8e132890
|
|
| MD5 |
f469221cbe6b6f9fbe6227de24a15b6f
|
|
| BLAKE2b-256 |
3cee32441700fc299a5a84489871d10b04c08275a354f70bf6c9b8c62d827c43
|
File details
Details for the file roblox_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: roblox_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc645a512b92cca58d668663b1b59a428f421a912cc377100df4f39c844a791a
|
|
| MD5 |
3fdf963aec19bacee118f36c767d0e1b
|
|
| BLAKE2b-256 |
95384a84115a670b0cf7efc4934f3775a0be3a2e85a4a378f518f4ea638e364e
|