Control Blender 3D through natural language for modeling and animation
The Blender MCP Server lets your AI assistant control Blender 3D through natural language commands. Create and manipulate 3D objects, apply materials, set up scenes, manage animations, and execute Blender Python scripts.
Created by ahujasid, this community server connects to a running Blender instance via an addon. It translates natural language instructions into Blender Python API calls, enabling AI-driven 3D modeling and scene creation.
Perfect for 3D artists and developers who want to accelerate their Blender workflow with AI-assisted modeling, scene setup, and animation prototyping.
Add this to your MCP configuration file:
{
"mcpServers": {
"blender": {
"args": [
"blender-mcp"
],
"command": "uvx"
}
}
}This MCP server has significant security vulnerabilities including arbitrary code execution capabilities, hardcoded API keys, and overly permissive network access. The execute_code function allows running arbitrary Python code in Blender without restrictions, and multiple API keys are exposed in the source code. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 3 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!