Blender Open MCP
A server that integrates Blender with local AI models via the Model Context Protocol (MCP), allowing users to control Blender using natural language prompts for 3D modeling tasks. This is directly relevant as an example of an MCP server.
About this tool
Blender Open MCP
Summary
Blender Open MCP is an open source tool that integrates Blender with local AI models (via Ollama) using the Model Context Protocol (MCP). It enables users to control and automate 3D modeling tasks in Blender using natural language prompts, leveraging local AI models for enhanced workflow.
Features
- Natural Language Control: Interact with Blender using natural language prompts sent to a locally running AI model (Ollama).
- Model Context Protocol (MCP): Structured communication between Blender and AI models for reliable automation.
- Ollama Integration: Supports Ollama for local model management and inference.
- Blender Add-on: Includes a user interface within Blender for managing the connection and communication with the MCP server.
- PolyHaven Integration (Optional): Search, download, and use HDRIs, textures, and models from PolyHaven directly from Blender via AI prompts.
- Basic 3D Operations:
- Retrieve scene and object information
- Create primitives (e.g., cubes)
- Modify or delete objects
- Apply materials
- Rendering Support: Trigger renders and retrieve rendered images through prompts.
- Command-line Tool: Interact with the server via the
mcpcommand-line tool. - Available Tools:
get_scene_info: Retrieve scene detailsget_object_info: Get object-specific detailscreate_object: Create 3D objects with specific parametersmodify_object: Change properties of existing objectsdelete_object: Remove objects from the sceneset_material: Assign materials and colorsrender_image: Render images to filesexecute_blender_code: Run arbitrary Blender Python codeget_polyhaven_categories: List PolyHaven asset categoriessearch_polyhaven_assets: Search assets from PolyHavendownload_polyhaven_asset: Download assets from PolyHavenset_texture: Assign downloaded textures to objectsset_ollama_model: Choose which Ollama model to useset_ollama_url: Configure the Ollama server addressget_ollama_models: List available models in Ollama
Installation Requirements
- Blender 3.0 or later
- Ollama (local AI model management)
- Python 3.10 or later
uv(Python package manager)- Git
Usage Overview
- Clone the repository and set up a Python virtual environment.
- Install dependencies and the Blender add-on.
- Ensure Ollama is running with a compatible model.
- Start the MCP server and connect via the Blender add-on or command-line tool.
- Use natural language or tool commands to interact with Blender.
Pricing
Blender Open MCP is open source and free to use.
Tags
blender, 3d-modeling, ai-integration, natural-language
Loading more......
Information
Categories
Similar Products
6 result(s)An MCP server connecting Blender to AI assistants through the Model Context Protocol, enabling prompt-based 3D modeling and scene manipulation directly from natural language prompts.
Connects Claude to Blender for analyzing and interacting with IFC building models via MCP, featuring specialized tools for querying and exploring BIM data. A practical BIM-focused MCP server.
Aider MCP Server offloads AI coding tasks to a specialized implementation, providing natural language code changes and model selection, and is a notable MCP server for AI-driven development workflows. (Merged both Aider Server entries)
Autodesk MCP Server is an MCP integration that exposes Autodesk’s 3D design, engineering, and construction software capabilities to MCP-compatible AI agents and tools.
MCP server that connects to a unified AI/ML API, giving access to over 200 AI models through a single interface within the Model Context Protocol ecosystem.
An MCP server exposing Airparser’s GPT-powered document parsing capabilities, enabling automated document data extraction through the Model Context Protocol.