Rosh MCP Server
OfficialRosh MCP 서버
Rosh를 사용하여 대화형 웹 앱, 게임, 3D 장면을 만들고 게시할 수 있는 기능을 모든 AI에 제공하세요 — 평범한 영어로 작성하는 프로그래밍 언어입니다.
Rosh란 무엇인가?
Rosh를 사용하면 평범한 영어로 프로그램을 작성할 수 있습니다:
create box called player at 400 300
set player color "blue"
on key "ArrowRight" then set player x to player x + 5이것은 대상에 따라 실행 가능한 HTML5 캔버스 앱, Phaser 게임 또는 Three.js 3D 장면으로 컴파일됩니다.
Related MCP server: maige-3d-mcp
빠른 시작
Claude Desktop / Claude Code
MCP 구성(~/.claude/mcp.json 또는 Claude Desktop 설정)에 추가하세요:
{
"mcpServers": {
"rosh": {
"command": "uvx",
"args": ["rosh-mcp"],
"env": {
"ROSH_API_KEY": "rosh_k1_your_key_here"
}
}
}
}Cursor / Windsurf
동일한 구성 형식 — MCP 설정 파일에 추가하세요.
API 키 받기
rosh.cloud에서 계정을 만드세요
설정 → API 키로 이동하세요
read,write범위로 키를 생성하세요
참고: 모든 도구에는 API 키가 필요합니다 — 서버를 시작하기 전에
ROSH_API_KEY를 설정하세요.
도구
도구 | 설명 | 인증 필요 |
| 전체 Rosh 언어 참조 가져오기 | 예 (읽기) |
| Rosh 코드를 HTML로 컴파일 | 예 (읽기) |
| 프로그램을 rosh.cloud에 게시 | 예 (쓰기) |
| 내 프로그램 목록 보기 | 예 (읽기) |
| ID로 프로그램 세부 정보 가져오기 | 예 (읽기) |
| 기존 프로그램 업데이트 | 예 (쓰기) |
| 프로그램 삭제 | 예 (쓰기) |
| 프로그램 숨기기 (중재) | 예 (중재) |
| 프로그램 숨기기 해제 | 예 (중재) |
예시 프롬프트
MCP를 지원하는 모든 AI와 함께 사용해 보세요:
"우주 슈팅 게임을 만들어 줘" — AI가 문서를 읽고, Rosh 코드를 작성하고, Phaser로 컴파일합니다
"3D 회전 조각품 만들기" — Three.js로 컴파일됩니다
"버튼과 카운터가 있는 대화형 대시보드 만들기" — 웹으로 컴파일됩니다
"Rosh가 무엇을 할 수 있는지 보여 줘" — AI가
rosh_docs를 호출하고 탐색합니다
환경 변수
변수 | 필수 | 기본값 | 설명 |
| 예 | — | rosh.cloud API 키 |
| 아니요 |
| API 기본 URL |
개발
git clone https://github.com/rosh-studio/rosh-mcp.git
cd rosh-mcp
pip install -e .
rosh-mcp # runs the stdio server라이선스
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
- AlicenseNot gradedqualityCmaintenanceEnables building WebAR experiences using natural language through tools for Three.js scene creation, project management, and asset integration within 8th Wall Desktop. It supports advanced features like face tracking, image targets, and automated 3D model management.7MIT
- AlicenseAqualityDmaintenanceEnables AI agents to control and manipulate live 3D scenes across frameworks like Three.js, A-Frame, and Babylon.js using a comprehensive set of object and environment tools. It features an integrated in-world chat system that allows for real-time scene modifications directly from within the 3D canvas.33153MIT
- AlicenseNot gradedqualityFmaintenanceProvides a remote coding environment for AI to publish static websites as live URLs, with live code editing and sandbox execution.3117ISC
- FlicenseAqualityBmaintenanceEnables AI agents to create, render, and validate 3D scenes, 2D art, and games in HTML canvas using Three.js, WebGL, or Canvas 2D, with multi-angle screenshots, structured validation reports, and interactive playtesting.5
Related MCP Connectors
Build, version, review, and export websites, web apps, and games from a conversation.
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Build personal interactive apps with real URLs and persistent storage, using any AI.
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/rosh-studio/rosh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server