blender-mcp
Enables AI-powered control of Blender through natural language, allowing users to create, manipulate, and automate 3D scenes, objects, materials, animations, and more via Claude or other MCP clients.
README
Blender MCP — AI-Powered Blender Automation
Control Blender with natural language through MCP. Tell Claude "create a steampunk robot with glowing red eyes" and watch it build your vision in Blender automatically.
<p align="center"> <a href="https://github.com/sandraschi/blender-mcp"><img src="https://img.shields.io/github/stars/sandraschi/blender-mcp?style=flat-square" alt="Stars"></a> <a href="https://github.com/sandraschi/blender-mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="License"></a> <a href="https://python.org"><img src="https://img.shields.io/badge/Python-3.13+-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python"></a> <a href="https://github.com/PrefectHQ/fastmcp"><img src="https://img.shields.io/badge/FastMCP-3.2-7c5cfc?style=flat-square" alt="FastMCP"></a> <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a> <a href="https://tauri.app"><img src="https://img.shields.io/badge/Tauri-2.0-FFC107?style=flat-square&logo=tauri&logoColor=white" alt="Tauri"></a> <a href=""><img src="https://img.shields.io/badge/fleet-SOTA-6366f1?style=flat-square" alt="Fleet SOTA"></a> </p>
Contents
- Quick Start
- Webapp Dashboard
- Native Desktop App (Tauri 2.0)
- Available Tools
- Documentation
- Quality Stack
- Packaging
- Architecture
- Development
- License
Quick Start
git clone https://github.com/sandraschi/blender-mcp
cd blender-mcp
just
This opens an interactive dashboard showing all available commands. Run just bootstrap
to install dependencies, then just serve or just dev to start.
Manual Setup (without just)
uv sync
.venv\Scripts\activate
python run_server.py
Claude Desktop Integration
Add to your claude_desktop_config.json:
"mcpServers": {
"blender-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/blender-mcp", "run", "blender-mcp"]
}
}
Webapp Dashboard
A premium web interface for monitoring and control runs on port 10848 (backed by API on 10849).
.\start.ps1
Startup flags: -Headless (background), -BackendOnly (API only), -NoBrowser (no auto-open).
Access the dashboard at http://localhost:10848.
Available Tools (41+ tools, 170+ operations)
| Category | Tools |
|---|---|
| Scene Management | create/clear/list scenes, collections, view layers |
| Mesh & Geometry | cube, sphere, cylinder, plane, torus, monkey, text, curves, NURBS |
| Materials & Shaders | metal, wood, glass, fabric, ceramic, plastic, emissive, presets |
| Furniture | chair, table, bed, sofa, room, building |
| Lighting | sun, point, spot, area lights, HDRI environments, lighting rigs |
| Camera & Viewport | camera creation, positioning, rigs, viewport config |
| Animation & Rigging | armatures, character rigging, keyframes, walk cycles |
| Rendering & Output | Cycles/EEVEE, render settings, animation rendering, render passes |
| Import & Export | FBX, OBJ, glTF, STL, batch export |
| Physics & Simulation | rigid/soft body, cloth, fluid, particle systems |
| Modifiers & Effects | subdivision, bevel, array, boolean, lattice |
| Textures & UVs | procedural textures, image textures, UV unwrap, texture baking |
| Video Editing (VSE) | 20 operations: add clips, transitions, text, audio, render to MP4 |
Key capabilities:
- Conversational 3D Creation: Natural language to professional 3D objects
- FastMCP 3.2 Integration: Advanced AI sampling and security validation
- Object Repository: Versioned asset management with intelligent search
- Cross-Platform Export: Handoff to VR platforms (VRChat, Resonite, Unity)
- VRM Avatars: Avatar pipeline for VR/AR applications
- 3D Gaussian Splatting: Import and render splats
- Grease Pencil: 2D drawing in 3D space
Documentation
- Installation Guide — full setup and troubleshooting
- Addons, Mesh, Splat — install addons from URL, search packs, download/import meshes, Gaussian splat import; webapp
/meshpage - Video Editing (VSE) — Blender's built-in video editor: add clips, transitions, text, audio; render to MP4
- Development — Ruff (lint/format), code quality, server entry points
- Usage Examples — AI construction examples, VR avatar pipeline, batch processing
- Features Overview — complete tool catalog, AI construction details, VR platform integration
- Architecture — system design, security, performance, scalability
- Troubleshooting — common issues, debug info, platform-specific problems
Native Desktop App (Tauri 2.0)
A ~15 MB installer bundles the full app — no Python, no Node.js, no git clone needed.
just build-native # Full pipeline: webapp → PyInstaller → Tauri installer
just build-native-debug # Debug build (skips PyInstaller)
The installer lands at native/target/release/bundle/nsis/Blender MCP_0.1.0_x64-setup.exe.
Industrial Quality Stack
Adheres to SOTA 14.1 industrial standards:
- Python: Ruff for linting and formatting. Zero-tolerance for
printin core handlers (T201). - Webapp: Biome for sub-millisecond linting. Strict
noConsoleLogenforcement. - Protocol Compliance: Hardened stdout/stderr isolation for crash-resistant JSON-RPC communication.
- Automation: Justfile recipes for all fleet operations (
just lint,just fix,just dev). - Security: Automated audits via
banditandsafety.
Packaging & Distribution
SOTA 2026 compliant via @anthropic-ai/mcpb:
mcpb pack . dist/blender-mcp.mcpb
Architecture
src/blender_mcp/server.py— Core FastMCP 3.2 server definitionsrc/blender_mcp/handlers/— Context-specific tool handlers (scene, object, render, etc.)src/blender_mcp/tools/— MCP tool definitions organized by categorysrc/blender_mcp/utils/— Path resolution and Blender integration utilitieswebapp/— React dashboard for fleet visibility
Development
uv run pytest # Run tests
uv run ruff check . # Lint
uv run ruff format . # Format
uv run mypy src # Type check
License
MIT — By FlowEngineer sandraschi. Free for personal and commercial use.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.