renpy-mcp
Allows AI assistants to create and manage Ren'Py visual novel projects, including creating projects, listing and adding labels and characters, validating syntax, generating project summaries, and running the Ren'Py SDK.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@renpy-mcpCreate a new Ren'Py project called 'MyGame' and add a start label."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
renpy-mcp
Ren'Py ビジュアルノベルプロジェクトを AI アシスタントから操作するための MCP (Model Context Protocol) サーバー。
Tools
Tool | 説明 |
| 新規 Ren'Py プロジェクトを作成 |
| プロジェクト内の全ラベル一覧 |
| Character 定義一覧 |
| screen 定義一覧 |
| ラベルブロックを追記 |
| Character 定義を追加 |
| .rpy 構文チェック(独自パーサー) |
| プロジェクト概要 JSON |
| Ren'Py SDK で起動。 |
| SDK パス確認 |
Related MCP server: renpy_mcp_server
Setup
python3 -m venv .venv
.venv/bin/pip install -r requirements.txtRen'Py SDK の場所は環境変数 RENPY_SDK で指定するか、~/renpy-*-sdk を自動検出します。
Run (stdio)
.venv/bin/python server.pyopencode / claude での設定例
{
"mcp": {
"renpy": {
"command": "/home/bons/renpy-mcp/.venv/bin/python",
"args": ["/home/bons/renpy-mcp/server.py"]
}
}
}構成
server.py- MCP サーバー本体(mcp SDK 2.x のMCPServerを使用)rpy_parser.py- 純 Python の .rpy パーサー(label / character / screen / transform / image 抽出)standup-renpy-mcp-sdk.json- 開発経緯を綴ったスタンドアップコメディ原稿
This server cannot be deployed
Maintenance
Related MCP Connectors
- ApricotOAuthtools.apricot
Manage SysML2 projects and files directly through your coding agent.
Build, version, review, and export websites, web apps, and games from a conversation.
LLM chat, text tools, image generation, editing, batch image jobs, and asynchronous video generation
Manage portable AI agent playbooks, Agent Skills, MCP configurations, personas, and memory.
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-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create complete Ren'Py visual novel games with AI-generated images, dialogue, branching stories, and web deployment.59MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to create and edit GameMaker projects, including scripts, objects, rooms, sprites, and sounds, with support for project validation and compilation.452MIT
- AlicenseNot gradedqualityAmaintenanceProvides 70+ MCP tools for creating and managing Ren'Py projects, enabling natural language requirements to be converted into editable projects with build, preview, and asset generation capabilities.MIT