blender-open-mcp

Open Models MCP for Blender Using Ollama

GitHub Stars

47

User Rating

Not Rated

Favorites

0

Views

19

Forks

19

Issues

10

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Blender: 3.0 or later
Ollama: Install following OS-specific instructions
Python: 3.10 or later
uv: Install using pip install uv
Git: Required for cloning the repository

Installation Steps

1. Clone the Repository

bash
git clone https://github.com/dhakalnirajan/blender-open-mcp.git
cd blender-open-mcp

2. Create and Activate a Virtual Environment (Recommended)

bash
uv venv
source .venv/bin/activate  # On Linux/macOS
.venv\Scripts\activate  # On Windows

3. Install Dependencies

bash
uv pip install -e .

4. Install the Blender Add-on

Open Blender.
Go to Edit -> Preferences -> Add-ons.
Click Install....
Select the addon.py file from the blender-open-mcp directory.
Enable the

Additional Resources