roblox-devproducts-mcp
roblox-devproducts-mcp
一个本地 MCP 服务器,让 AI 代理(Claude Code、Codex 等)通过 Open Cloud API 管理 Roblox 开发者产品和游戏通行证。
完全在您的机器上运行。您的 API 密钥存储在本地,永远不会离开您的计算机。
工具
工具 | 功能 |
| 列出某个宇宙的开发者产品(ID、名称、价格、描述) |
| 通过 ID 获取单个产品的完整详情 |
| 创建新的开发者产品 |
| 更新产品的名称、价格、描述或销售状态 |
| 一次调用创建多个产品(自动限制速率为 3/秒) |
| 一次调用更新多个产品(自动限制速率为 3/秒) |
| 列出某个宇宙的游戏通行证(ID、名称、价格、描述) |
| 通过 ID 获取单个游戏通行证的完整详情 |
| 创建新的游戏通行证 |
| 更新游戏通行证的名称、价格、描述或销售状态 |
| 一次调用创建多个游戏通行证(自动限制速率为 5/秒) |
| 一次调用更新多个游戏通行证(自动限制速率为 5/秒) |
Related MCP server: XenozMCP
设置
1. 获取 Open Cloud API 密钥
创建一个密钥,并添加 开发者产品 和/或 游戏通行证 API 系统——取决于您计划使用的功能。
将每个系统(读取和/或写入)范围限定到您要管理的宇宙。
使用您所需的最窄范围——此密钥只需要您将使用的变现权限,而非整个账户。(游戏通行证工具需要密钥上包含游戏通行证系统;否则会返回 "Scope not authorized"。)
2. 安装
npm install -g roblox-devproducts-mcp(或克隆此仓库并运行 npm install && npm run build,然后将 node dist/cli.js 作为命令使用。)
3. 存储您的密钥
roblox-devproducts-mcp setup这会提示您输入密钥(隐藏输入)并将其保存到您的操作系统配置目录。敏感信息不会出现在任何共享配置文件中。通过以下命令检查是否成功:
roblox-devproducts-mcp status4. 将其连接到 Claude Code
可以注册它:
claude mcp add roblox-devproducts -- roblox-devproducts-mcp或者将 .mcp.json 添加到您的项目(可以安全提交——其中不包含敏感信息):
{
"mcpServers": {
"roblox-devproducts": {
"command": "roblox-devproducts-mcp"
}
}
}这些工具会在您的下一个会话中显示为 mcp__roblox-devproducts__*;使用 /mcp 查看状态。
管理密钥
命令 | 操作 |
| 存储或替换密钥 |
| 删除已存储的密钥 |
| 显示密钥是否已配置及其来源 |
通过 setup 存储的密钥优先。如果您尚未运行 setup,则会使用 ROBLOX_API_KEY 环境变量作为备用(适用于 CI)。
许可证
MIT
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
- Alicense-qualityAmaintenanceAn MCP server that gives an AI coding agent real control of Roblox Studio and Roblox Open Cloud, with a test-and-security layer no other Studio MCP has.223MIT
- FlicenseAqualityCmaintenanceAn MCP server that bridges AI to Roblox Studio, enabling execution of Luau scripts, instance manipulation, play-testing control, and Open Cloud operations via natural language.21
- Flicense-qualityBmaintenanceMCP server for Roblox Studio integration, enabling AI agents to interact with Roblox through SSE transport and a local HTTP bridge for plugin communication.
- Alicense-qualityCmaintenanceMCP server that allows AI agents to execute code, inspect scripts, spy on remotes, and interact with a running Roblox game client.16211MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for OpenAI Sora AI video generation
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/frrazer/roblox-devproducts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server