Back to Home
Vertiiii icon

blender-mcp

by Vertiiii

Overview

This server connects Blender, a 3D modeling software, with Claude AI via the Model Context Protocol (MCP) to provide intelligent assistance for 3D modeling tasks.

Installation

Run Command
blender-mcp

Environment Variables

  • BLENDER_HOST
  • BLENDER_PORT

Security Notes

CRITICAL: The `execute_blender_code` function in `addon.py` uses `exec(code, namespace)` to execute arbitrary Python code provided by the AI. While the execution is within a Blender-specific namespace, an external AI, if unconstrained or compromised, can execute any Python code with Blender's privileges, leading to potential file system manipulation, network access, or other malicious actions on the user's system. This is a severe security risk. Additionally, a free trial API key for Hyper3D is hardcoded in `addon.py`, which is a security vulnerability as it could be abused. API keys for PolyHaven, Hyper3D, and Sketchfab are stored unencrypted in Blender's scene properties.

Similar Servers

Stats

Interest Score30
Security Score2
Cost ClassHigh
Avg Tokens1000
Stars1
Forks1
Last Update2026-01-19

Tags

BlenderAI3D ModelingMCPCode Generation