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 키 얻기
크리에이터 대시보드 → Open Cloud → API 키로 이동합니다.
키를 생성하고 사용하려는 개발자 제품 및/또는 게임 패스 API 시스템을 추가합니다.
각각을 관리하려는 유니버스에 (읽기 및/또는 쓰기) 범위를 지정합니다.
필요한 최소한의 범위를 사용하세요. 이 키는 전체 계정이 아닌 사용할 수익화 액세스만 필요합니다. (게임 패스 도구는 키에 Game Passes 시스템이 필요합니다. 없으면 "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