Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Media Processing Mcp Servers
  3. Blender Open MCP

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.

🌐Visit Website

About this tool

Blender Open MCP

GitHub Repository

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 mcp command-line tool.
  • Available Tools:
    • get_scene_info: Retrieve scene details
    • get_object_info: Get object-specific details
    • create_object: Create 3D objects with specific parameters
    • modify_object: Change properties of existing objects
    • delete_object: Remove objects from the scene
    • set_material: Assign materials and colors
    • render_image: Render images to files
    • execute_blender_code: Run arbitrary Blender Python code
    • get_polyhaven_categories: List PolyHaven asset categories
    • search_polyhaven_assets: Search assets from PolyHaven
    • download_polyhaven_asset: Download assets from PolyHaven
    • set_texture: Assign downloaded textures to objects
    • set_ollama_model: Choose which Ollama model to use
    • set_ollama_url: Configure the Ollama server address
    • get_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

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Media Processing Mcp Servers

Tags

4 Items
#blender
#3d-modeling
#ai-integration
#natural-language

Similar Products

6 result(s)
blender-mcp

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.

Aider 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)

Bonsai MCP

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.

freecad-mcp

An MCP server that enables AI-driven CAD modeling by providing remote programmatic control of FreeCAD, supporting generative design workflows. Directly relevant as an innovative MCP server for CAD automation.

Houdini Mcp

Connects Houdini to Claude AI using the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and scene creation. Directly relevant as an MCP server implementation for creative AI workflows.

Unreal MCP

Experimental MCP server that allows AI assistants to control Unreal Engine using natural language, supporting tasks like level editing and blueprint scripting.