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これにより、キーの入力を求められ(非表示入力)、OSの設定ディレクトリに保存されます。共有設定ファイルにシークレットが保存されることはありません。以下のコマンドで動作を確認できます。
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