Community Servers · MODEL CONTEXT PROTOCOL
dhakalnirajan blender open mcp
Open Models MCP for Blender Using Ollama
WHAT IT CONNECTS
What dhakalnirajan blender open mcp gives an AI Agent
- **Control Blender with Natural Language:** Send prompts to a locally running Ollama model to perform actions in Blender.
- **MCP Integration:** Uses the Model Context Protocol for structured communication between the AI model and Blender.
- **Ollama Support:** Designed to work with Ollama for easy local model management.
- **Blender Add-on:** Includes a Blender add-on to provide a user interface and handle communication with the server.
- **PolyHaven Integration (Optional):** Download and use assets (HDRIs, textures, models) from [PolyHaven](https://polyhaven.com/) directly within Blender via AI prompts.
- **Basic 3D Operations:**
- Get Scene and Object Info
- Create Primitives
- Modify and delete objects
- Apply materials
- **Render Support:** Render images using the tool and retrieve information based on the output.
- **Blender:** Blender 3.0 or later. Download from [blender.org](https://www.blender.org/download/).
- **Ollama:** Install from [ollama.com](https://ollama.com/), following OS-specific instructions.
- **Python:** Python 3.10 or later.
- **uv:** Install using `pip install uv`.
- **Git:** Required for cloning the repository.
- **Clone the Repository:**
- **Create and Activate a Virtual Environment (Recommended):**
- **Install Dependencies:**
- **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 "Blender MCP" add-on.
- **Download an Ollama Model (if not already installed):**
- **Start the Ollama Server:** Ensure Ollama is running in the background.
- **Start the MCP Server:**
- **Start the Blender Add-on Server:**
- Open Blender and the 3D Viewport.
- Press `N` to open the sidebar.
- Find the "Blender MCP" panel.
- Click "Start MCP Server".
- **Basic Prompt:**
- **Get Scene Information:**
- **Create a Cube:**
- **Render an Image:**
- **Using PolyHaven (if enabled):**
- Ensure Ollama and the `blender-open-mcp` server are running.
- Check Blender’s add-on settings.
- Verify command-line arguments.
- Refer to logs for error details.
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.