Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Blender Server

БесплатноНе проверен

A Python-based MCP server for integrating Blender and 3D modeling capabilities with OpenClaw AI agents.

GitHubEmbed

Описание

A Python-based MCP server for integrating Blender and 3D modeling capabilities with OpenClaw AI agents.

README

A Python-based Model Context Protocol (MCP) server for integrating Blender and 3D modeling capabilities with OpenClaw AI agents. This project aims to adapt and deploy blender-mcp as a dedicated MCP server for our AI Comic Studio's Phase 2 development.

Disclaimer: This is an adaptation of the original blender-mcp project. We have no official affiliation with the original blender-mcp project or its maintainers.

Features

  • Blender Control: Interact with Blender to create, modify, and delete 3D objects, control materials, and inspect scenes.
  • AI-powered 3D Generation: Integrate with AI 3D generation tools like Hunyuan3D and Hyper3D Rodin (via their APIs).
  • Asset Management: Download models from Sketchfab and assets from Poly Haven.
  • Python Code Execution: Execute arbitrary Python code within Blender.

Components

This project will adapt and contain the following core components from the original blender-mcp:

  1. Blender Addon (addon.py): A Blender addon that creates a socket server within Blender to receive and execute commands. (Will be placed in the root of this repo for easy access)
  2. MCP Server (src/blender_mcp/server.py): The Python server that implements the Model Context Protocol and connects to the Blender addon.

Installation and Setup (Local Development)

Prerequisites

  • Blender 3.0 or newer
  • Python 3.10 or newer
  • uv package manager (recommended for dependency management)

Environment Setup

  1. Clone the repository:
    git clone https://github.com/tinhtinhcd/mcp-blender-server
    cd mcp-blender-server
    
  2. Install uv (if not already installed):
    curl -LsSf https://astral.sh/uv/install.sh | sh
    export PATH="$HOME/.local/bin:$PATH" # Add uv to PATH for current session
    
  3. Create a virtual environment and install dependencies:
    uv venv
    source ./.venv/bin/activate # Activate the virtual environment
    uv pip install "mcp[cli]>=1.3.0" "supabase>=2.0.0" "tomli>=2.0.0"
    
    (Note: Additional dependencies from the original blender-mcp project may be added as needed.)

Running the MCP Server

To run the MCP server:

uvx mcp-blender-server

(Ensure your Blender addon is also running and connected.)

Integration with OpenClaw AI Agent

This server will be configured as an MCP server for an OpenClaw AI agent. The AI agent will send commands to this server to control Blender and manage 3D assets.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

from github.com/tinhtinhcd/mcp-blender-server

Установка Blender Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/tinhtinhcd/mcp-blender-server

FAQ

Blender Server MCP бесплатный?

Да, Blender Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Blender Server?

Нет, Blender Server работает без API-ключей и переменных окружения.

Blender Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Blender Server в Claude Desktop, Claude Code или Cursor?

Открой Blender Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare Blender Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai