mcp-roblox
Provides tools to retrieve Roblox user badges, games, and presence information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-robloxlist badges for Roblox user 123456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/roblox
Roblox MCP — keyless public-profile lookups via roblox.com's subdomain APIs.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
user_by_username(username)— resolve username → user iduser(user_id)— user profile detailuser_friends(user_id)— friends listuser_followers_count(user_id)— follower countuser_followings_count(user_id)— following countuser_badges(user_id, limit?, sortOrder?)— badgesuser_games(user_id, limit?, sortOrder?)— created gamesuser_presence(user_ids)— presence/status for up to 100 user ids (POST)group(group_id)— group detailgame(universe_id)— game (universe) detail
Related MCP server: tg-id-mcp
Data source
https://users.roblox.com, https://friends.roblox.com, https://badges.roblox.com, https://games.roblox.com, https://groups.roblox.com, https://presence.roblox.com
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"roblox": {
"url": "https://gateway.pipeworx.io/roblox/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Roblox data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityAmaintenanceMCP server for controlling and reverse engineering Roblox games, providing 132 tools across 8 categories for instance exploration, property inspection, input simulation, and more.3141MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Telegram user/chat lookup with datacenter detection and account age estimation.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for Roblox Studio integration, enabling AI agents to interact with Roblox through SSE transport and a local HTTP bridge for plugin communication.
- AlicenseNot gradedqualityCmaintenanceMCP server that allows AI agents to execute code, inspect scripts, spy on remotes, and interact with a running Roblox game client.14311MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for interacting with the Supabase platform
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pipeworx-io/mcp-roblox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server