š Blender MCP ā Model Context Protocol server for Blender
Blender MCP is a plug-and-play server that lets any Large Language Model (LLM) interact with Blender in real time using structured JSON commands over a TCP socket. It enables natural language control of 3D scenes for professionals and beginners alike.
š Features
- š® Real-time communication between Blender and LLMs
- š¦ JSON over TCP for clean protocol structure
- š ļø Full scene and object control from code
- š§ LLM-agnostic ā works with GPT, Claude, and even local models
š¦ Installation
- Clone the repository
git clone https://github.com/pranav-deshmukh/blender-mcp.git
cd blender-mcp
- Install Dependencies
pnpm install
- Start the MCP Server
node index.js
š Website & Usage Documentation
Check out the live demo and documentation here:
š https://blender-mcp-studio.vercel.app/
š License
This project is licensed under the MIT License.