renpy-mcp
renpy-mcp
Ein MCP-Server, der den Editor-Assistenten (Claude Code, Cursor, Copilot, Codex, Zed und alles andere, das MCP spricht) erlaubt, an einem Ren'Py-Projekt über die Kommandozeile des Ren'Py-SDK zu arbeiten, statt zu raten, wie renpy.sh aufgerufen werden muss.
Jedes dieser Werkzeuge er ist ein dünner Wrapper um einen Befehl, den das SDK bereits besitzt. Nichts davon implementiert die Engine neu.
Hintergrund: renpy.
Werkzeuge
Werkzeug | Was ausgeführt wird | Was du zurückbekommst |
|
| Probleme als |
|
| Labels, Screens, Transforms und Defines mit Datei und Zeile; Name, Version, Auflösung; den Label-Flussgraph, wo das SDK ihn exportiert (#7318). |
|
| Der Fluss eines Labels: jumps, calls, Menüs und ihre Auswahlmöglichkeiten, Fall-through sowie die Labels, die es erweichen. |
|
| Parse-Fehler als |
|
| Status bestanden/fehlgeschlagen, die |
| liest Date |
|
| Beliebiger | Führt einen beliebige CLI-Befehl aus ( |
|
| Welches SDK verwendet wird. |
Related MCP server: Godot MCP
Einrichtung
Du brauchst ein irgendwo entpacktes Ren'Py-SDK (8) und Pythie 3.10+It's.
uv tool install renpy-mcp # or: pipx install renpy-mcp
renpy-mcp --check # confirms which SDK it foundDas SDK wird über --sdk gefunden, dann über die Umgebungsvariable RENPY_SDK, dann über eine Suche an den üblichen Orten (deinem Benutzerverzeichnis, Downloads, /opt, /Applications, C:\). Falls --check das falsche findt, setze RENPY_SDK.
Claude Code
claude mcp add renpy -- renpy-mcp --sdk /path/to/renpy-8.5.3-sdkCursor / VS Code / weitere
Füge einen stdio-Server-Eintrag hinzu:
{
"mcpServers": {
"renpy": {
"command": "renpy-mcp",
"args": ["--sdk", "/path/to/renpy-8.5.3-sdk"]
}
}
}Aus einem Checkout
uv run renpy-mcp --sdk /path/to/sdk --check
uv run pytest # parser tests
RENPY_SDK=/path/to/sdk uv run pytest # plus the tests that drive the real SDKHinweise
Pfade, die als
projectübergeben werden, sind das Basisverzeichnis des Projekts (dasjenige, dasgameenthält). Auch direkt aufgamezu zeigen funktioniert.renpy_run_testsund alles, was das Spiel startet, benetigt ein Display. Alles andere läuft mit Dummy-Video- und Audio-Treibern, was das SDK für es selbst erledigt.Die Ausgabe auf 20,000 Zeichen pro Feld ist begrentz; der Anfang wird verworfen, nicht das Ende, da dort üblicheweise der gr Fehler liegt.
Die CLI des SDK ist keine stabile Schnittstelle, und dieses Projekt ebenfalls nicht. Die Tools richeten sich an der CLI-Dokumentation der aktuellen Version aus.
Lizenz
MIT.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables comprehensive management of TyranoStudio visual novel projects including project creation, scenario editing with syntax validation, resource management, and TyranoScript development assistance. Supports project analysis, template generation, and Git integration for visual novel game development.2-
- AlicenseAqualityFmaintenanceEnables AI assistants to interact with the Godot game engine by launching the editor, running projects, capturing debug output, managing scenes and nodes, and controlling project execution through a standardized interface.1814711MIT
- AlicenseBqualityNot gradedmaintenanceEnables AI assistants to interact with the Godot game engine by launching the editor, running projects, capturing debug output, managing scenes and nodes, and controlling project execution through a standardized interface.141471-
- AlicenseBqualityCmaintenanceEnables AI assistants to interact with the Godot game engine, including launching the editor, running projects, capturing debug output, and managing scenes.841MIT
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/wgu9/renpy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server