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 "Install 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 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 Servers
- Alicense-quality-maintenanceEnables 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
- Alicense-qualityDmaintenanceEnables AI assistants to create complete Ren'Py visual novel games with AI-generated images, dialogue, branching stories, and web deployment.52MIT
- Alicense-qualityAmaintenanceAn MCP server for Ren'Py project tooling that enables AI agents to inspect game state, evaluate expressions, read/write variables, and capture screenshots from running Ren'Py games.9MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to act as co-developers for RPG Maker MV projects, providing full database CRUD, map and event editing, plugin management, playtest control, and automatic backups.4137MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Create and manage AI agents that collaborate and solve problems through natural language interacti…
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/bonsai/renpy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server