★ 22105 Python MIT sse 更新 11分钟前

Blender

# BlenderMCP - Blender Model Context Protocol Integration BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt a...

安装配置

{
    "mcpServers": {
        "blender": {
            "command": "uvx",
            "args": [
                "blender-mcp"
            ]
        }
    }
}

README 摘要

# BlenderMCP - Blender Model Context Protocol Integration BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation. **We have no official website. Any website you see online is unofficial and has no affiliation with this project. Use them at your own risk.** [Full tutorial](https://www.youtube.com/watch?v=lCyQ717DuzQ) ### Join the Community Give feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/z5apgR8TFU) ### Supporters [CodeRabbit](https://www.coderabbit.ai/) **All supporters:** [Support this project](https://github.com/sponsors/ahujasid) ## Current version(1.5.5) - Added Hunyuan3D support - View screenshots for Blender viewport to better understand the scene - Search and download Sketchfab models - Support for Poly Haven assets through their API - Support to generate 3D models using Hyper3D Rodin - Run Blender MCP on a remote host - Telemetry for tools executed (completely anonymous) ### Installating a new version (existing users) - For newcomers, you can go straight to Installation. For existing users, see the points below - Download the latest addon.py file and replace the older one, then add it to Blender - Delete the MCP server from Claude and add it back again, and you should be good to go! ## Features - **Two-way communication**: Connect Claude AI to Blender through a socket-based server - **Object manipulation**: Create, modify, and delete 3D objects in Blender - **Material control**: Apply and modify materials and colors - **Scene inspection**: Get detailed information about the current Blender scene - **Code execution**: Run arbitrary Python code in Blender from Claude ## Components The system consists of two main components: 1. **Blender Addon (`addon.py`)**: A Blender addon that creates a socket server within Blender to receive and execute commands 2. **MCP Server (`src/blender_mcp/server.py`)**: A Python server that implements the Model Context Protocol and connects to the Blender addon ## Installation ### Prerequisites - Blender 3.0 or newer - Python 3.10 or newer - uv package manager: **If you're on Mac, please install uv as** ```bash brew install uv ``` **On Windows** ```powershell powershell -c "irm https://astral.sh/uv/install.ps1 | iex" ``` and then add uv to the user path in Windows (you may need to restart Claude Desktop after): ```powershell $localBin = "$env:USERPROFILE\.local\bin" $userPath = [Environment]::GetEnvironmentVariable("Path", "User") [Environment]::SetEnvironmentVariable("Path", "$userPath;$localBin", "User") ``` Otherwise installation instructions are on their website: [Install uv](https://docs.astral.sh/uv/getting-started/installation/) **⚠️ Do not proceed before installing UV** ### Environment Variables The following environment variables can be used to configure the Blender connection: - `BLENDER_HOST`: Host address for Blender socket server (default: "localhost") - `BLENDER_PORT`: Port number for Blender socket server (default: 9876) Example: ```bash export BLENDER_HOST='host.docker.internal' export BLENDER_PORT=9876 ``` ### Claude for Desktop Integration [Watch the setup instruction video](https://www.youtube.com/watch?v=neoK_WMq92g) (Assuming you have already installed uv) Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to...

相关 MCP

Trend Radar

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的...

★ 58509 Python http 有配置
mcp Python http

Libre Chat

Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...

★ 37614 TypeScript sse 待补充
mcp sse TypeScript

Github

GitHub's official MCP Server

★ 30243 Go sse 待补充
mcp sse Go