

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.
Loading more......
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.
mcp command-line tool.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 Ollamauv (Python package manager)Blender Open MCP is open source and free to use.
blender, 3d-modeling, ai-integration, natural-language