• Home
  • Categories
  • Tags
  • Pricing
  • Submit
    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
    Decorative pattern
    Decorative pattern
    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.

    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

    MCP server to create professional 3D scenes on Blender using natural language commands, enabling AI-powered 3D content creation and scene management.

    Blender MCP (ahujasid)

    Blender integration allowing prompt-enabled 3D scene creation, modeling and manipulation through natural language.

    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.

    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)

    Autodesk MCP Server

    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.

    Anthropic Claude MCP Connector

    Official Claude API integration for connecting MCP servers as remote tool sources. Enables Claude Messages API to access external tools, with TypeScript SDK helpers for seamless type conversion and OAuth support.

    Featured

    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