📦
Roblox MCP Server
Roblox MCP Server (FastMCP)
0 installs
Trust: 49 — Fair
Devtools
Installation
npx roblox-mcp-serverAsk AI about Roblox MCP Server
Powered by Claude · Grounded in docs
I know everything about Roblox MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
