RenPy MCP
MCP server + visual development tools for Ren'Py visual novel engine. 60 tools, story map, live dashboard, standalone CLI.
RenPy MCP + DevTools
MCP server and visual development tools for Ren'Py visual novel engine.
60 tools in 10 categories — preview scenes, analyze story flow, manage translations, refactor characters, and control the running game through natural language or your browser.
Screenshots
Story Map
Interactive graph of all labels, jumps, and menus. Click a node to warp the running game there.

Dev Dashboard
Live preview, variable inspector with tree view, quick actions — all while the game runs.

Warp-on-Click Demo
https://github.com/user-attachments/assets/og6ZKTafSGk
Features
AI-Powered (MCP)
Connect Claude (or any MCP client) directly to your Ren'Py project:
- Project Management — lint, compile, build, inspect config
- Visual Preview — screenshot any scene by warping to it
- Automated Testing — run test cases, generate reports
- Story Analysis — flow graphs, dead ends, character maps, variable tracking
- Asset Management — list images/audio, find unused assets
- Refactoring — rename characters/labels, extract routes
- Translation — completion stats, find untranslated, auto-translate
- Live Debugging — eval, inspect, jump labels, set variables in a running game
- Documentation — search 89 official Ren'Py doc topics
Visual DevTools (no AI needed)
A standalone browser-based development dashboard:
- Story Map — interactive graph of all labels, jumps, and menus. Click a node to warp the running game there.
- Dev Dashboard — live preview, variable inspector with tree view for dicts/lists, quick actions
- Script Editor — browse and edit .rpy files with syntax highlighting
- Playtest Heatmap — visualize which parts of your game are most played
- Asset Manager — browse images and audio, find unused assets
renpy-webui --project /path/to/my-game
Installation
Prerequisites
- Ren'Py SDK 8.x — https://www.renpy.org/latest.html
- Python 3.11+ — https://www.python.org/downloads/
- uv (recommended) — https://docs.astral.sh/uv/getting-started/installation/
Setup
- Download from itch.io and extract to a permanent location
- Install dependencies:
cd renpy-mcp uv venv && uv pip install -e . - Configure your AI client (
.mcp.jsonin your project directory):{ "mcpServers": { "renpy-mcp": { "command": "uv", "args": ["run", "--directory", "/path/to/renpy-mcp", "renpy-mcp"], "env": { "RENPY_SDK_PATH": "/path/to/renpy-8.x-sdk" } } } }
Standalone DevTools (no AI client required)
cd renpy-mcp
uv run renpy-webui --project /path/to/my-game
See the full Installation Guide for details.
Demo
Links
- Website: https://renpy-mcp.abyo.net/
- itch.io: https://y1uda.itch.io/renpy-mcp ($15)
- Discord: https://discord.gg/N6sSHBGuYX
License
Commercial software. See itch.io for purchasing.
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
mcp-of-mcps
MCP of MCPs is a meta-server that merges all your MCP servers into a single smart endpoint. It gives AI agents instant tool discovery, selective schema loading, and massively cheaper execution, so you stop wasting tokens and time. With persistent tool metadata, semantic search, and direct code execution between tools, it turns chaotic multi-server setups into a fast, efficient, hallucination-free workflow. It also automatically analyzes the tools output schemas if not exist and preserves them across sessions for consistent behavior.
MCP Node.js Debugger
Provides runtime debugging access to Node.js applications for code editors like Cursor or Claude Code.
MCP Servers Collection
A collection of MCP servers providing structured interfaces for AI assistants to interact with various development tools and services.
LangSmith MCP Server
An MCP server for fetching conversation history and prompts from the LangSmith observability platform.
Second Opinion
Review commits and codebases using external LLMs like OpenAI, Google Gemini, and Mistral.
Skills-ContextManager
Don’t pollute your AI agent’s context with 1,000 skills. Use Skills-ContextManager, a self-hosted web UI for managing AI skills and workflows by providing skills to an AI agent via MCP only when needed. Simply add skills to your library and enable or disable them with a toggle. Choose whether a skill is always loaded into context or dynamically activated when the AI agent determines it’s needed.
ZIN MCP Client
A lightweight CLI client that bridges local LLMs running on Ollama with STDIO MCP Servers.
Terraform MCP Server by Binadox
MCP server for Terraform — automatically validates, secures, and estimates cloud costs for Terraform configurations. Developed by Binadox, it integrates with any Model Context Protocol (MCP) client (e.g. Claude Desktop or other MCP-compatible AI assistants).
SJ RedM MCP Server
A versatile MCP server for RedM development, providing access to RDR3 discoveries, framework documentation, native functions, and database operations.
SACL MCP Server
A framework for bias-aware code retrieval using semantic-augmented reranking and localization.

