RenderBuddy
Provides tools for interacting with Blender's rendering capabilities, allowing users to check render status, preview frames, cancel renders, and manage render settings through an MCP interface.
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., "@RenderBuddyHow's my render going?"
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.
RenderBuddy MCP โ AI-Connected Render Agent & Gateway
"Your Blender render, one message away."
Version: v3.0.1 | Status: Production Ready | Tests: 59/59 Passed (100%)
๐จ What is RenderBuddy?
RenderBuddy is an open-source, AI-connected render agent and gateway platform for Blender 3.6+ and 5.1+. It allows 3D artists, studio teams, and developers to monitor and control long Blender render jobs using natural language โ via AI assistants (Antigravity, Claude, Cursor), a real-time Web Dashboard, or a Telegram Mobile Bot.
Related MCP server: Blender MCP
โจ Features at a Glance
๐ข Native Blender Add-on (v3.0.1): Runs inside Blender with
@persistentrender handlers and an N-Panel control panel.๐ค MCP Server (8 Tools): Exposes status, frame preview, settings, email dispatch, local upload, render cancellation, and system shutdown tools to AI clients over stdio.
๐ Glassmorphism Web Dashboard: Live telemetry monitoring completion percentage, frame count, elapsed time, and engine stats in real time.
๐ฑ Telegram Bot Integration: Monitor progress, request live frame previews (
/preview), or cancel renders (/cancel <PIN>) directly from your phone.๐ PIN Security Gate: Destructive actions (render cancellation and system shutdown) are protected by salted SHA-256 PIN authentication.
๐ Zero Cloud Dependency: Pure Python core (stdlib + MCP SDK). No subscription services required.
๐๏ธ System Architecture & Gateway Hierarchy
RenderBuddy operates on a decoupled 3-tier architecture:
Workstation (Blender + Add-on)
โโ Loopback TCP (Port 7345) โโโบ Local Agent (SQLite DB + REST API 7342)
โ
โผ
Gateway Runner (runner.py)
โโโ API Interface (Agent HTTP 7342 proxy)
โโโ Web Dashboard (web_ui.py - Port 8080)
โโโ Telegram Bot (telegram_bot.py)
โโโ Pairing Service (pairing.py - OTP Manager)
โ
โผ
Public Internet / Remote Clients
(Mobile Web UI / Telegram / MCP / ChatGPT)๐ Quick Start Guide
1. Build & Install the Blender Add-on
python build_addon.pyIn Blender: Edit โ Preferences โ Add-ons โ Install from Disk... โ Select dist/renderbuddy_addon.zip and enable RenderBuddy.
2. Configure MCP Client
Add RenderBuddy to your MCP client configuration (mcp_config.json):
{
"mcpServers": {
"renderbuddy": {
"command": "python",
"args": [
"D:/MCP_RenderBuddy/main.py"
]
}
}
}3. Launch Gateway Services
python -m gateway.runner๐ Complete Documentation Index
For detailed instructions, architecture, presentation guide, and developer documents, consult the full documentation suite:
๐ Presentation & File Overview Guide โ Exhaustive file-by-file catalog, architectural pitch, and live demo script.
๐ Installation Guide โ Step-by-step setup, Python environment, ngrok tunnel, and MCP registration.
๐ Operating Manual โ N-Panel controls, OTP pairing, Web UI, Telegram bot commands, and MCP natural language prompts.
๐ Deployment Topology & Diagrams โ End-to-end network deployment, security boundaries, and 4 complete UML sequence diagrams.
๐ Architecture Specification โ Technical design, SQLite schema, event bus, and PIN authorization gates.
๐ What Was Built โ Milestone summary, version evolution, and file map.
๐งช Test Suite
RenderBuddy includes a full automated test suite covering configuration, event bus, SQLite projections, security gates, and tool handlers.
python -m pytest -v59 tests collected โ 59 passed in ~1.3s๐ License
RenderBuddy is released under the MIT License. Open-source for artists, studios, and developers worldwide.
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
Cloud Blender for AI agents: scenes, assets, renders, MP4, STL, GLB โ over hosted remote MCP.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.
Deploy, monitor, and manage your OpenClaw AI assistants via natural language.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Blender 3D modeling and rendering through natural language commands via the Model Context Protocol.MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to control Blender 3D software through natural language, with tools for modeling, materials, animation, rendering, and rigging.3810MIT
- AlicenseNot gradedqualityCmaintenanceEnables any MCP client to drive Blender 5.2 LTS through natural language, with tools for scene inspection, object creation and transformation, material and modifier handling, rendering, viewport capture, and guarded Python execution.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables any MCP client to control Blender 5.2 LTS via natural language, including scene creation, object manipulation, material assignment, rendering, and Python execution.MIT
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/harshh0p/RenderBuddy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server