Skip to main content
Glama
rosh-studio
by rosh-studio

Rosh 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 + 5

Dies 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

  1. Erstelle ein Konto auf rosh.cloud

  2. Gehe zu Einstellungen → API-Schlüssel

  3. 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

rosh_docs

Rufe die vollständige Rosh-Sprachreferenz ab

Ja (read)

rosh_compile

Kompiliere Rosh-Code zu HTML

Ja (read)

rosh_publish

Veröffentliche ein Programm auf rosh.cloud

Ja (write)

rosh_list_programs

Liste deine Programme auf

Ja (read)

rosh_get_program

Rufe Programmdetails anhand der ID ab

Ja (read)

rosh_update_program

Aktualisiere ein vorhandenes Programm

Ja (write)

rosh_delete_program

Lösche ein Programm

Ja (write)

rosh_hide_program

Blende ein Programm aus (Moderation)

Ja (moderate)

rosh_show_program

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_docs auf und erkundet.

Umgebungsvariablen

Variable

Erforderlich

Standard

Beschreibung

ROSH_API_KEY

Ja

Dein rosh.cloud-API-Schlüssel

ROSH_API_BASE

Nein

https://rosh.cloud

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 server

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    33
    15
    3
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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