Blender MCP NextGen
Connects AI assistants to Blender 3D for natural language 3D modeling, scene inspection, material creation, and rendering.
README
Blender MCP NextGen 🍊⚡
Next-Generation Model Context Protocol (MCP) Server & Addon Suite — Antigravity & Claude Friendly!
Blender MCP NextGen connects AI assistants (such as Antigravity AI Agent, Claude Desktop, Cursor, VS Code, or custom LLMs) to Blender 3D using the official Model Context Protocol (MCP). It enables natural language 3D modeling, automated scene inspection, PBR material creation, viewport visual feedback, asset importing, and background rendering.
✨ Features & Enhancements
- 🤖 Antigravity & Claude Friendly: Native MCP stdio integration with ready-to-use config templates ([mcp_antigravity.json](file:///c:/Users/swatm/Downloads/Blender/mcp_antigravity.json) & [antigravity_instructions.md](file:///c:/Users/swatm/Downloads/Blender/antigravity_instructions.md)).
- 🛡️ AST Security Guardrails: Built-in Python AST analyzer inspects generated code before execution to prevent harmful system commands or unwanted operations.
- 🎨 Redesigned Blender Addon UI: A sleek, dark-themed N-Panel ("MCP Assistant") inside Blender featuring live server status badges, active TCP socket port settings, quick lighting tools, and a real-time execution console.
- 📸 Viewport Visual Feedback: Multi-modal AI support with
capture_viewportto take snapshot images of the active 3D viewport. - 🌿 PolyHaven Asset Library Search: Instantly query and import free HDRIs, 3D models, and PBR textures into your Blender scene.
- 💡 PBR Material Manager: Quick helper commands to apply custom metallic, roughness, and hex color properties to 3D meshes.
- 🌐 Web Setup Dashboard: Interactive local dashboard for generating MCP client JSON configurations and viewing server diagnostics.
🚀 Quick Start Guide
1. Requirements
- Blender: 3.0 or higher (compatible with Blender 4.x)
- Python: 3.10 or higher
2. Install Server Dependencies
pip install -r requirements.txt
3. Install Addon in Blender
- Open Blender.
- Go to Edit > Preferences > Add-ons.
- Click Install... at the top right and select
addon/blender_mcp_addon.py. - Check the box to enable Blender MCP NextGen.
- In the 3D Viewport, press N to expand the sidebar and click the MCP Assistant tab.
- Click Start Listener (Status should change to ONLINE 🟢).
⚙️ MCP Client Configurations
For Antigravity AI Agent (mcp_antigravity.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}
For Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}
For Cursor IDE (.cursor/mcp.json)
{
"mcpServers": {
"blender-nextgen": {
"command": "python",
"args": ["c:/Users/swatm/Downloads/Blender/server/blender_mcp_server.py"]
}
}
}
🛠️ MCP Tools Reference
| Tool Name | Description |
|---|---|
execute_blender_code |
Executes safe Python code inside Blender with stdout, stderr, and error tracebacks. |
get_scene_info |
Returns structured JSON topology of objects, lights, cameras, active materials, and render settings. |
capture_viewport |
Takes a screenshot snapshot of the current 3D viewport for visual AI context. |
fetch_polyhaven_asset |
Downloads and imports HDRIs, textures, or models from PolyHaven. |
manage_material |
Creates or updates PBR materials with hex colors, metallic, and roughness values. |
render_scene |
Triggers Eevee or Cycles rendering and saves the output. |
🔒 Security Notice
All code sent via execute_blender_code is parsed and checked against server/security_guardrails.py. Forbidden modules (os, sys, subprocess, shutil) and execution statements (eval, exec on system level) are blocked by default.
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.
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.
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.
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.