BlenderMCP
MCP server for Blender 3D - Create and manipulate 3D models through natural language. Features primitive creation, boolean operations, materials, modifiers, and more.
Install / Use
claude mcp add ooMike1 -- npx -y github:ooMike1/BlenderMCPIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubBlenderMCP
Model Context Protocol server for Blender 3D operations.
Overview
BlenderMCP enables programmatic control of Blender through MCP, allowing creation and manipulation of 3D objects via natural language commands.
Installation
- Clone repository:
git clone https://github.com/ooMike1/BlenderMCP.git
cd BlenderMCP
- Install dependencies:
pip install -r requirements.txt
- Configure your MCP client (see
mcp_config_example.json):
{
"mcpServers": {
"blender": {
"command": "python",
"args": ["path/to/BlenderMCP/main.py"]
}
}
}
Requirements
- Python 3.8+
- Blender 3.6+
- MCP-compatible client
Features
Basic Tools
- Object Creation: Cubes, spheres, cylinders, planes, cones
- Scene Management: Clear scene, save files, export models
- Formats: OBJ, FBX, STL, PLY export support
Advanced Tools
- Boolean Operations: Union, difference, intersection
- Modifiers: Array, bevel, solidify, subdivision surface
- Materials: Basic material application
- Mesh Operations: Subdivide and smooth meshes
Usage
Start server:
python main.py
Example commands:
- "Create a 2x2x2 cube at origin"
- "Apply boolean union to cube and sphere"
- "Export scene as model.obj"
- "Add array modifier with 5 copies"
Configuration
See setup_instructions.md for detailed setup guide.
Files
main.py- Entry pointserver.py- Core MCP serverblender_integration.py- Blender API interfaceadvanced_tools.py- Extended functionalityboolean_operations.py- Boolean operationsmodifiers.py- Modifier toolsmaterials.py- Material handling
Troubleshooting
Blender not found: Ensure Blender is in PATH or at:
- Windows:
C:\Program Files\Blender Foundation\Blender\ - macOS:
/Applications/Blender.app - Linux:
/usr/bin/blender
License
See LICENSE file for details.
Related Skills
momen-cursurrules-prompt-file
40.6kCursor rules for building custom frontends with Momen.app as headless BaaS with GraphQL API, actionflows, AI agents, and Stripe integration.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
Agent-Reach
71.9kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
67.9k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
