Rosh MCP Server
OfficialRosh MCP Server
Дайте любому ИИ возможность создавать и публиковать интерактивные веб-приложения, игры и 3D-сцены с помощью Rosh — языка программирования на простом английском.
Что такое 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 canvas-приложение, игру на Phaser или 3D-сцену на Three.js — в зависимости от цели.
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:
"Создай мне космический шутер" — ИИ читает документацию, пишет код на Rosh, компилирует в Phaser
"Создай 3D-вращающуюся скульптуру" — компилируется в Three.js
"Сделай интерактивную панель с кнопками и счётчиками" — компилируется в веб
"Покажи, что умеет Rosh" — ИИ вызывает
rosh_docsи изучает
Переменные окружения
Переменная | Обязательная | По умолчанию | Описание |
| Да | — | Ваш API-ключ rosh.cloud |
| Нет |
| Базовый URL API |
Разработка
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