Rosh MCP Server
OfficialRosh MCP Server
Gib jeder KI die Möglichkeit, interaktive Web-Apps, Spiele und 3D-Szenen mit Rosh zu erstellen und zu veröffentlichen – eine Programmiersprache in einfachem Englisch.
Was ist Rosh?
Mit Rosh kannst du Programme in einfachem Englisch schreiben:
create box called player at 400 300
set player color "blue"
on key "ArrowRight" then set player x to player x + 5Dies wird je nach Ziel in eine ausführbare HTML5-Canvas-App, ein Phaser-Spiel oder eine Three.js-3D-Szene kompiliert.
Related MCP server: maige-3d-mcp
Schnellstart
Claude Desktop / Claude Code
Füge dies zu deiner MCP-Konfiguration hinzu (~/.claude/mcp.json oder in den Einstellungen von Claude Desktop):
{
"mcpServers": {
"rosh": {
"command": "uvx",
"args": ["rosh-mcp"],
"env": {
"ROSH_API_KEY": "rosh_k1_your_key_here"
}
}
}
}Cursor / Windsurf
Gleiches Konfigurationsformat – füge es zu deiner MCP-Einstellungsdatei hinzu.
API-Schlüssel erhalten
Erstelle ein Konto auf rosh.cloud
Gehe zu Einstellungen → API-Schlüssel
Erstelle einen Schlüssel mit den Bereichen
read,write
Hinweis: Alle Tools erfordern einen API-Schlüssel – setze
ROSH_API_KEY, bevor du den Server startest.
Werkzeuge
Werkzeug | Beschreibung | Authentifizierung erforderlich |
| Rufe die vollständige Rosh-Sprachreferenz ab | Ja (read) |
| Kompiliere Rosh-Code zu HTML | Ja (read) |
| Veröffentliche ein Programm auf rosh.cloud | Ja (write) |
| Liste deine Programme auf | Ja (read) |
| Rufe Programmdetails anhand der ID ab | Ja (read) |
| Aktualisiere ein vorhandenes Programm | Ja (write) |
| Lösche ein Programm | Ja (write) |
| Blende ein Programm aus (Moderation) | Ja (moderate) |
| Blende ein Programm wieder ein | Ja (moderate) |
Beispiel-Prompts
Probiere diese mit jeder MCP-fähigen KI aus:
„Baue mir ein Space-Shooter-Spiel" — Die KI liest die Dokumentation, schreibt Rosh-Code und kompiliert zu Phaser.
„Erstelle eine rotierende 3D-Skulptur" — kompiliert zu Three.js.
„Erstelle ein interaktives Dashboard mit Schaltflächen und Zählern" — kompiliert zu Web.
„Zeig mir, was Rosh kann" — Die KI ruft
rosh_docsauf und erkundet.
Umgebungsvariablen
Variable | Erforderlich | Standard | Beschreibung |
| Ja | — | Dein rosh.cloud-API-Schlüssel |
| Nein |
| API-Basis-URL |
Entwicklung
git clone https://github.com/rosh-studio/rosh-mcp.git
cd rosh-mcp
pip install -e .
rosh-mcp # runs the stdio serverLizenz
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