Community Servers · MODEL CONTEXT PROTOCOL

dhakalnirajan blender open mcp

Open Models MCP for Blender Using Ollama

WHAT IT CONNECTS

dhakalnirajan blender open mcp 为 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

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。