Skip to main content
Glama

renpy-mcp

Ren'Py ビジュアルノベルプロジェクトを AI アシスタントから操作するための MCP (Model Context Protocol) サーバー。

Tools

Tool

説明

renpy_create_project

新規 Ren'Py プロジェクトを作成

renpy_list_labels

プロジェクト内の全ラベル一覧

renpy_list_characters

Character 定義一覧

renpy_list_screens

screen 定義一覧

renpy_add_label

ラベルブロックを追記

renpy_add_character

Character 定義を追加

renpy_validate

.rpy 構文チェック(独自パーサー)

renpy_summary

プロジェクト概要 JSON

renpy_run

Ren'Py SDK で起動。no_display=true なら lint で検証

renpy_sdk_path

SDK パス確認

Related MCP server: renpy_mcp_server

Setup

python3 -m venv .venv
.venv/bin/pip install -r requirements.txt

Ren'Py SDK の場所は環境変数 RENPY_SDK で指定するか、~/renpy-*-sdk を自動検出します。

Run (stdio)

.venv/bin/python server.py

opencode / 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 - 開発経緯を綴ったスタンドアップコメディ原稿

F
license - not found
-
quality - not tested
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
    -
    quality
    -
    maintenance
    Enables 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
  • A
    license
    -
    quality
    A
    maintenance
    An 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.
    9
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables 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.
    41
    37
    MIT

View all related MCP servers

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…

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/bonsai/renpy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server